Skip to content

Commit b559ddb

Browse files
committed
Merge origin/master
2 parents b07f791 + 3523388 commit b559ddb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ if (statement instanceof Select) {
5858

5959
**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)).
6060

61+
## Alternatives to JSqlParser?
62+
[**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.
63+
6164
## [Documentation](https://jsqlparser.github.io/JSqlParser)
6265

6366
### [Samples](https://jsqlparser.github.io/JSqlParser/usage.html#parse-a-sql-statements)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ task sphinx(type: Exec) {
383383

384384
args = [
385385
"-Dproject=JSQLParser"
386-
, "-Dcopyright=Tobias Warnecke, 2022"
387-
, "-Dauthor=Tobias Warnecke"
386+
, "-Dcopyright=Tobias Warneke, 2022"
387+
, "-Dauthor=Tobias Warneke"
388388
, "-Drelease=${getVersion(false)}"
389389
, "-Drst_prolog=$PROLOG"
390390
, "${projectDir}/src/site/sphinx"

0 commit comments

Comments
 (0)