We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4302a11 commit ff05a90Copy full SHA for ff05a90
2 files changed
CHANGELOG.md
@@ -13,6 +13,7 @@
13
* Fixed differentiating between `ANALYZE` and `EXPLAIN` statements (#386)
14
* Added "NOT" to the select options (#374)
15
* Implement the `EXPLAIN` Parser (#389)
16
+* Context: Updated contexts to contain `multipoint` and `multipolygon` data types. (#326)
17
18
## [5.5.0] - 2021-12-08
19
tests/Parser/CreateStatementTest.php
@@ -40,6 +40,7 @@ public function createProvider(): array
40
['parser/parseCreateTable5'],
41
['parser/parseCreateTable6'],
42
['parser/parseCreateTable7'],
43
+ ['parser/parseCreateTable8'],
44
['parser/parseCreateTableErr1'],
45
['parser/parseCreateTableErr2'],
46
['parser/parseCreateTableErr3'],
0 commit comments