Skip to content

Commit ff05a90

Browse files
committed
update the tests and the changelog
Signed-off-by: iifawzi <[email protected]>
1 parent 4302a11 commit ff05a90

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Fixed differentiating between `ANALYZE` and `EXPLAIN` statements (#386)
1414
* Added "NOT" to the select options (#374)
1515
* Implement the `EXPLAIN` Parser (#389)
16+
* Context: Updated contexts to contain `multipoint` and `multipolygon` data types. (#326)
1617

1718
## [5.5.0] - 2021-12-08
1819

tests/Parser/CreateStatementTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function createProvider(): array
4040
['parser/parseCreateTable5'],
4141
['parser/parseCreateTable6'],
4242
['parser/parseCreateTable7'],
43+
['parser/parseCreateTable8'],
4344
['parser/parseCreateTableErr1'],
4445
['parser/parseCreateTableErr2'],
4546
['parser/parseCreateTableErr3'],

0 commit comments

Comments
 (0)