Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@jamis jamis released this 16 Apr 23:08

Parser enhancements:

  • Support for "NOT IN"
  • Support for array subscripts (e.g. "email_addresses[5]")
  • Support for postgresql-style double-colon typecasts (e.g. " 'month'::INTERVAL ")

Bug fixes:

  • When formatting an AST, sort options (ASC, NULLS FIRST, etc.) were being comma delimited, which was incorrect.
  • Empty argument lists (e.g. "NOW()") were not being parsed correctly.