Skip to content

Releases: ash-project/ash_sql

v0.3.10

29 Oct 23:15
ac1e618

Choose a tag to compare

Bug Fixes:

v0.3.9

19 Oct 17:16

Choose a tag to compare

Bug Fixes:

  • more handling of storage types for typed struct arrays in AshSql by @zachdaniel

v0.3.8

19 Oct 16:13

Choose a tag to compare

Bug Fixes:

  • handle typed struct arrays with storage type :jsonb correctly (#183) by @Torkan (#183)

  • properly handle composition of nested calculation exists by @zachdaniel

  • ensure aggregate default values are always applied by @zachdaniel

v0.3.7

15 Oct 22:53

Choose a tag to compare

Improvements:

  • update Ash to 3.7 and fix deprecated calls by @zachdaniel

v0.3.6

15 Oct 21:54

Choose a tag to compare

Improvements:

  • support combination_acc/1 function to get current combination accumulator by @zachdaniel

v0.3.5

15 Oct 03:12

Choose a tag to compare

Bug Fixes:

  • ensure aggregates are unique by name before adding by @zachdaniel

v0.3.4

14 Oct 02:16

Choose a tag to compare

Bug Fixes:

  • properly avoid adding already computed aggregates by @zachdaniel

v0.3.3

14 Oct 01:00

Choose a tag to compare

Improvements:

  • support massive aggregate optimization by @zachdaniel

v0.3.2

10 Oct 03:38

Choose a tag to compare

Bug Fixes:

  • only do untyped expressions for array get_path types by @zachdaniel

v0.3.1

10 Oct 03:24

Choose a tag to compare

Bug Fixes:

  • weird typing issue with Postgres. (#178) by James Harton (#178)

Improvements: