Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ash-project/ash_sql

v0.2.92

01 Sep 00:40
Compare
Choose a tag to compare

Bug Fixes:

  • retain joined relationships for distinct requirements by @zachdaniel

v0.2.91

31 Aug 20:13
Compare
Choose a tag to compare

Bug Fixes:

  • handle case where sort is not set in bindings by @zachdaniel

v0.2.90

21 Aug 22:41
Compare
Choose a tag to compare

Bug Fixes:

  • Sanitize distinct in joins (#168) by @jechol

  • don't distinct aggregate subqueries by @zachdaniel

  • Expand distinct with sort order (#162) by Kenneth Kostrešević

Improvements:

v0.2.89

25 Jul 16:17
Compare
Choose a tag to compare

Bug Fixes:

v0.2.88

23 Jul 14:10
Compare
Choose a tag to compare

Bug Fixes:

  • add missing pattern match on exists aggregate by @zachdaniel

v0.2.87

22 Jul 15:23
Compare
Choose a tag to compare

Bug Fixes:

  • include references within exists while building calculation joins by @zachdaniel

  • make it clear that we don't support aggregates w/ modify_query by @zachdaniel

v0.2.86

17 Jul 14:51
Compare
Choose a tag to compare

Bug Fixes:

  • ensure aggregates set refs_at_path and calc hydration uses them by @zachdaniel

  • ensure that decimal-producing calculations cast args as decimals by @zachdaniel

v0.2.85

09 Jul 03:07
Compare
Choose a tag to compare

Bug Fixes:

  • ensure we join nested parent references properly by @zachdaniel

v0.2.84

02 Jul 13:49
Compare
Choose a tag to compare

Bug Fixes:

  • handle parent paths in first relationship of exists path by @zachdaniel

v0.2.83

25 Jun 04:03
Compare
Choose a tag to compare

Bug Fixes:

  • ensure calculations are properly type cast by @zachdaniel