Skip to content

Releases: MechanicalRabbit/FunSQL.jl

v0.7.0

09 Jul 19:20
Compare
Choose a tag to compare
  • Add Order, Asc, Desc.
  • Add Limit.
  • Fun.in with a list, Fun.current_timestamp.

v0.6.0

04 Jun 12:15
Compare
Choose a tag to compare
  • Add Append for creating UNION ALL queries.

v0.5.1

11 May 23:33
Compare
Choose a tag to compare
  • Support for specifying the window frame.

v0.5.0

21 Apr 19:13
Compare
Choose a tag to compare
  • Add Define for calculated columns.
  • Correlated subqueries and JOIN LATERAL with Bind.
  • Support for query parameters with Var.
  • Support for subqueries.
  • Add Partition and window functions.

v0.4.0

16 Apr 23:33
Compare
Choose a tag to compare
  • Add Group.
  • Add aggregate expressions.
  • Collapse WHERE that follows GROUP to HAVING.
  • Add LeftJoin alias for Join(..., left = true).

v0.3.0

15 Apr 13:27
Compare
Choose a tag to compare
  • Add Join.

v0.2.0

13 Apr 15:27
Compare
Choose a tag to compare
  • Flatten nested SQL subqueries.
  • Broadcasting syntax for SQL functions.
  • Special Fun.<name> notation for SQL functions.
  • Support for irregular syntax for functions and operators.
  • Outline of the documentation.

v0.1.1

06 Apr 23:24
Compare
Choose a tag to compare
  • Use let notation for displaying SQLNode objects.
  • Add Highlight node.
  • Highlighting of problematic nodes in error messages.

v0.1.0

03 Apr 00:29
Compare
Choose a tag to compare
  • Initial release.
  • From, Select and Where are implemented.