You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* support offset option in relationship joins (#214) by [@nallwhy](https://github.com/nallwhy)[(#214)](https://github.com/ash-project/ash_sql/pull/214)
22
+
23
+
### Bug Fixes:
24
+
25
+
* special case keyword list values in set statements by [@zachdaniel](https://github.com/zachdaniel)
26
+
27
+
* select name from first_relationship struct (#218) by Philip Capel [(#218)](https://github.com/ash-project/ash_sql/pull/218)
28
+
29
+
* Fix CaseClauseError when filtering/sorting on doubly-nested embedded resource fields (#217) by sevenseacat [(#217)](https://github.com/ash-project/ash_sql/pull/217)
30
+
31
+
### Improvements:
32
+
33
+
* don't cast integer/string equality check unnecessarily by [@zachdaniel](https://github.com/zachdaniel)
0 commit comments