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 fcfdfb7 commit 09830c9Copy full SHA for 09830c9
1 file changed
README.md
@@ -74,8 +74,9 @@ Additionally, we have fixed many errors and improved the code quality and the te
74
* support Postgresql optional **TABLE** in **TRUNCATE**
75
* support for `ANALYZE mytable`
76
* PostgreSQL `INSERT INTO ... ON CONFLICT ... DO ...` statements
77
-* Implement Parser Timeout Feature, e. g. `CCJSqlParserUtil.parse(sqlStr, parser -> parser.withTimeOut(60000));`
+* implement Parser Timeout Feature, e. g. `CCJSqlParserUtil.parse(sqlStr, parser -> parser.withTimeOut(60000));`
78
* extended support Postgres' `Extract( field FROM source)` where `field` is a String instead of a Keyword
79
+* support for `DROP column IF EXISTS`
80
81
82
## Building from the sources
0 commit comments