Skip to content

Commit

Permalink
update the tests and the changelog
Browse files Browse the repository at this point in the history
Signed-off-by: iifawzi <iifawzie@gmail.com>
  • Loading branch information
iifawzi committed Nov 26, 2022
1 parent 4302a11 commit ff05a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@
* Fixed differentiating between `ANALYZE` and `EXPLAIN` statements (#386)
* Added "NOT" to the select options (#374)
* Implement the `EXPLAIN` Parser (#389)
* Context: Updated contexts to contain `multipoint` and `multipolygon` data types. (#326)

## [5.5.0] - 2021-12-08

Expand Down
1 change: 1 addition & 0 deletions tests/Parser/CreateStatementTest.php
Expand Up @@ -40,6 +40,7 @@ public function createProvider(): array
['parser/parseCreateTable5'],
['parser/parseCreateTable6'],
['parser/parseCreateTable7'],
['parser/parseCreateTable8'],
['parser/parseCreateTableErr1'],
['parser/parseCreateTableErr2'],
['parser/parseCreateTableErr3'],
Expand Down

0 comments on commit ff05a90

Please sign in to comment.