Skip to content

Releases: ash-project/ash_sql

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 20 Jun 01:46

Bug Fixes:

  • use tenant from root query when setting lateral join prefix by @zachdaniel

  • use mutate repo for queries with locks (#234) by Jesse Williams (#234)

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 28 May 01:36

Bug Fixes:

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

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 03 May 21:50

Improvements:

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 01 May 18:58

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

Choose a tag to compare

@github-actions github-actions released this 31 Mar 11:19

Bug Fixes:

  • properly type cast inpust to intersects function by @zachdaniel

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 27 Mar 01:56

Bug Fixes:

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 27 Mar 01:26

Bug Fixes:

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

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 22 Mar 01:09

Bug Fixes:

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

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 21:01

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

Choose a tag to compare

@github-actions github-actions released this 11 Feb 02:33

Improvements:

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