Skip to content

happy-sql v2.1.1

Choose a tag to compare

@coderaiser coderaiser released this 22 Aug 19:29
· 163 commits to master since this release

πŸ”₯ feature

  • e2feb52 happy-sql: ctx -> printer
  • 515f571 happy-sql: generate_series β€” table-valued function in FROM
  • 39f51e3 parser/printer: where: between: add + test: happy-sql: roundtrip: full groupBy integration test
  • 6a22942 parser/printer: where: not-in: add
  • c1461ac parser/printer: distinct: add
  • 8885f47 parser/printer: limit, offset: add
  • 48f567c parser/printer: order-by: add
  • 33a852e parser/printer: aggregate functions: sum, avg, min, max, count(col)