Skip to content

Releases: modeldba/antlr4ts-sql

1.1.0

07 Mar 18:30
Compare
Choose a tag to compare
  • Updated dependencies
  • Updated T-SQL, PL/SQL and PL/pgSQL grammars

1.0.3

30 Oct 22:54
Compare
Choose a tag to compare

Make error listeners configurable

1.0.2

10 Oct 01:58
Compare
Choose a tag to compare
  • Fully export antlr4ts classes

1.0.1

06 Oct 16:39
Compare
Choose a tag to compare
  • 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

06 Oct 03:03
Compare
Choose a tag to compare

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)