Releases: modeldba/antlr4ts-sql
Releases · modeldba/antlr4ts-sql
1.1.0
- Updated dependencies
- Updated T-SQL, PL/SQL and PL/pgSQL grammars
1.0.3
Make error listeners configurable
1.0.2
- Fully export
antlr4ts
classes
1.0.1
- Fixed bug where the module did not point to the correct module entry-point or types definition.
- Export antlr4ts classes to avoid errors (described more here)
1.0.0
Initial public release.
Pre-built ANTLR4 lexers and parser for SQL.
Supports the following SQL dialects:
- MySQL
- T-SQL (SQL Server)
- PL/pgSQL (PostgreSQL)
- PL/SQL (Oracle)