Releases: GetDKAN/sql-parser
Releases · GetDKAN/sql-parser
2.1.0
2.0.0
[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.