Skip to content

v1.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 18:57
· 14 commits to master since this release
1020cdd

1.17.0 (2024-10-28)

Bug Fixes

  • parser: revert error unwrapping (#566) (e603768)
  • types: handle many-to-many join tables references (e961e94)
  • unwrap error within arrays (e31b1ff)
  • parser: whitespace issue with inner embeding (90d9b18)
  • result: error plain string results unwrapping (b4e587a)
  • types: aggregate on a missing column with alias (c6c2795)
  • hint matching (e01b7c2)
  • inner join on many relationship (7298b54)
  • make hinting relationships use name as well as hint to avoid duplicates (4eea178)
  • make oneToOne optional (0c53e4b)
  • prettier (afc0cc9)
  • rpc procedures call (556bbc4)
  • self-referencing relation corner case (e099a47)
  • update GenericTable usage to work with views (59e23a5)

Features

  • handle select over RPC calls (4adf2a5)
  • write select-query-parser v2 (31d594b)

Reverts

  • Revert "feat: make new select-query-parser available under next flag" (237034a)