zql
zql copied to clipboard
Zql java SQL parser
This is an amazing project, unfortunately it seems that this project is lack of maintaining and improvement. I found some issues for the normal SQL parsing, such as : CREATE...
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Would you be interested in publishing your library to Maven central repository? http://central.sonatype.org/pages/ossrh-guide.html https://maven.apache.org/guides/mini/guide-central-repository-upload.html
Hi! Excellent Parser! But can not identify the "go" as the end of statement. Example file.sql insert into table_a (a1) values (1) go insert into table_a (a1) values (2) go...