Skip to content

Releases: ash-project/ash_sql

v0.6.4

28 May 01:36

Choose a tag to compare

Bug Fixes:

  • properly cast calculations in all sub-expressions by @zachdaniel

v0.6.3

03 May 21:50

Choose a tag to compare

Improvements:

v0.6.2

01 May 18:58

Choose a tag to compare

Bug Fixes:

  • ensure aggregates are threaded through already joined paths by Zach Daniel

  • use date_add instead of datetime_add when adding dates by Zach Daniel

  • don't wrap in subquery if in a lateral join by Zach Daniel

v0.5.4

31 Mar 11:19

Choose a tag to compare

Bug Fixes:

  • properly type cast inpust to intersects function by @zachdaniel

v0.5.3

27 Mar 01:56

Choose a tag to compare

Bug Fixes:

v0.5.2

27 Mar 01:26

Choose a tag to compare

Bug Fixes:

  • properly avoid type casts on maps w/ fields by @zachdaniel

v0.5.1

22 Mar 01:09

Choose a tag to compare

Bug Fixes:

  • don't include the data layer in the context of subqueries by @zachdaniel

v0.5.0

05 Mar 21:01

Choose a tag to compare

Features:

Bug Fixes:

  • special case keyword list values in set statements by @zachdaniel

  • select name from first_relationship struct (#218) by Philip Capel (#218)

  • Fix CaseClauseError when filtering/sorting on doubly-nested embedded resource fields (#217) by sevenseacat (#217)

Improvements:

  • don't cast integer/string equality check unnecessarily by @zachdaniel

v0.4.5

11 Feb 02:33

Choose a tag to compare

Improvements:

  • do manual rel subquery regardless of no_attributes for aggregates (#213) by zackattackz (#213)

v0.4.4

05 Feb 02:26

Choose a tag to compare

Bug Fixes:

  • use array_agg instead of any_value when include_nil? is true (#210) by sevenseacat (#210)