Skip to content

Releases: ash-project/ash_sql

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)

v0.4.3

03 Feb 21:54

Choose a tag to compare

Improvements:

  • support atomics as insert values via subqueries by @zachdaniel

v0.4.2

29 Jan 06:14

Choose a tag to compare

Bug Fixes:

  • properly increment aggregate bindings across joins by @zachdaniel

v0.4.1

29 Jan 06:08

Choose a tag to compare

Bug Fixes:

  • has_many with limit and sort not respected in exists query filters (#198) by sevenseacat (#198)

  • issues with multitenancy bypass in related queries (#205) by danielatdpg (#205)