Skip to content

Commit 09830c9

Browse files
committed
1 parent fcfdfb7 commit 09830c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ Additionally, we have fixed many errors and improved the code quality and the te
7474
* support Postgresql optional **TABLE** in **TRUNCATE**
7575
* support for `ANALYZE mytable`
7676
* PostgreSQL `INSERT INTO ... ON CONFLICT ... DO ...` statements
77-
* Implement Parser Timeout Feature, e. g. `CCJSqlParserUtil.parse(sqlStr, parser -> parser.withTimeOut(60000));`
77+
* implement Parser Timeout Feature, e. g. `CCJSqlParserUtil.parse(sqlStr, parser -> parser.withTimeOut(60000));`
7878
* extended support Postgres' `Extract( field FROM source)` where `field` is a String instead of a Keyword
79+
* support for `DROP column IF EXISTS`
7980

8081

8182
## Building from the sources

0 commit comments

Comments
 (0)