ash_postgres/lib
Zach Daniel 37cc01957d
improvement!: 3.0 (#227)
* WIP

* chore: fix mix.lock merge issues

* improvement: upgrade to 3.0

* chore: remove `repo.to_tenant`

* chore: continue removal of unnecessary helper

* chore: use `Ash.ToTenant`
2024-03-27 16:52:28 -04:00
..
data_layer improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
extensions chore: fix syntax error from unsaved file 2024-02-26 15:56:46 -05:00
functions improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
migration_generator improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
mix improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
types improvement: don't double cast to the same type 2024-03-01 13:06:14 -05:00
verifiers improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
aggregate.ex improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
ash_postgres.ex
calculation.ex improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
check_constraint.ex
custom_aggregate.ex
custom_extension.ex
custom_index.ex Fix: undo default of nulls_distinct option to true (#223) 2024-03-20 12:01:53 -04:00
data_layer.ex improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
ecto_migration_default.ex
expr.ex improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
join.ex improvement: no need for subquery for simple table aliases 2024-02-29 20:20:33 -05:00
manual_relationship.ex
migration.ex
multitenancy.ex
reference.ex
repo.ex improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
sort.ex fix: properly handle multiple sorts in aggregate 2024-02-29 13:42:42 -05:00
statement.ex
type.ex