diff --git a/README.md b/README.md index 7d8d0e68e..d3c0b17b3 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ if (statement instanceof Select) { **JSqlParser** can also be used to create SQL Statements from Java Code with a fluent API (see [Samples](https://jsqlparser.github.io/JSqlParser/usage.html#build-a-sql-statements)). +## Alternatives to JSqlParser? +[**General SQL Parser**](http://www.sqlparser.com/features/introduce.php?utm_source=github-jsqlparser&utm_medium=text-general) looks pretty good, with extended SQL syntax (like PL/SQL and T-SQL) and java + .NET APIs. The tool is commercial (license available online), with a free download option. + ## [Documentation](https://jsqlparser.github.io/JSqlParser) ### [Samples](https://jsqlparser.github.io/JSqlParser/usage.html#parse-a-sql-statements) diff --git a/build.gradle b/build.gradle index 7a678bab7..6aaa8909f 100644 --- a/build.gradle +++ b/build.gradle @@ -383,8 +383,8 @@ task sphinx(type: Exec) { args = [ "-Dproject=JSQLParser" - , "-Dcopyright=Tobias Warnecke, 2022" - , "-Dauthor=Tobias Warnecke" + , "-Dcopyright=Tobias Warneke, 2022" + , "-Dauthor=Tobias Warneke" , "-Drelease=${getVersion(false)}" , "-Drst_prolog=$PROLOG" , "${projectDir}/src/site/sphinx"