Releases: timwis/node-soda2-parser
Releases · timwis/node-soda2-parser
v2.1.0
- Name filters (ie.
?foo=bar
) are always cast as strings in WHERE
clause (#8)
v2.0.0
Breaking changes
- Limit/Offset now stringifies as
LIMIT 5 OFFSET 10
instead of LIMIT 10, 5