Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into ParserTimeOut
  • Loading branch information
wumpz authored Jul 19, 2022
commit fdb083380362cdf65ada58cdc1cd203476d11aa4
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Additionally, we have fixed many errors and improved the code quality and the te
* support Postgresql optional **TABLE** in **TRUNCATE**
* support for `ANALYZE mytable`
* Implement Parser Timeout Feature, e. g. `CCJSqlParserUtil.parse(sqlStr, parser -> parser.withTimeOut(60000));`
* extended support Postgres' `Extract( field FROM source)` where `field` is a String instead of a Keyword


## Building from the sources
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.