Skip to content

Releases: GetDKAN/sql-parser

2.1.0

15 Mar 21:08
570b786
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @paul-m made their first contribution in #7

2.0.0

18 Mar 12:51
976b1d4
Compare
Choose a tag to compare

[BUG] #5 Allow more than just alphanumeric characters in the WHERE clauses for enhanced filtering.

NOTE: The BC breaking change is that we had to switch how to quote the types of quoted strings used in a where clause: [WHERE blah = 'hello']. Previously we were using single quotes but since single quotes might be a more useful character to use during filtering, we decided to change the quoted strings to use double quotes. This means that double quotes are not supported as part of filtering criteria.

1.1.3

13 Mar 15:06
e98596a
Compare
Choose a tag to compare
Update version for fmizzell/maquina (#4)

1.1.2

23 Aug 07:18
adadefd
Compare
Choose a tag to compare

Fixing dependencies.

1.1.1

01 Aug 14:23
1613233
Compare
Choose a tag to compare

PSR-2 compliance.

1.1.0

31 Jul 18:57
Compare
Choose a tag to compare

Changing Orgs.

1.0.1

02 Jul 21:12
55ddb01
Compare
Choose a tag to compare

Lock down maquina lib.

1.0.0

02 Jul 21:01
Compare
Choose a tag to compare

State-machine-driven parsing and validation of SQL-like statements.