JSQLParser / JSqlParser

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
https://github.com/JSQLParser/JSqlParser/wiki
Apache License 2.0
5.33k stars 1.34k forks source link

TSQL/MS SQL Server statements/syntax not supported. #1563

Open manticore-projects opened 2 years ago

manticore-projects commented 2 years ago

From https://github.com/dbeaver/dbeaver/issues/16756. Two large TSQL files:

https://github.com/jOOQ/sakila/blob/main/sql-server-sakila-db/sql-server-sakila-schema.sql https://github.com/jOOQ/sakila/blob/main/sql-server-sakila-db/sql-server-sakila-insert-data.sql

wumpz commented 2 years ago

Did you investigate this issue further?