ash_postgres/lib
2024-03-11 11:34:40 -04:00
..
data_layer fix: properly configure polymorphic_name option 2024-01-08 08:39:13 -05:00
extensions chore: fix syntax error from unsaved file 2024-02-26 15:56:46 -05:00
functions Improvement: mark (i)like functions as predicates (#205) 2024-02-07 14:45:34 -05:00
migration_generator fix: typo in extension generator creates invalid drop 2024-03-06 20:54:08 -08:00
mix chore: fix credo and update ash 2024-01-29 16:57:04 -05:00
transformers improvement: allow specifying multi-column foreign keys (#180) 2023-11-20 16:52:50 -05:00
types improvement: don't double cast to the same type 2024-03-01 13:06:14 -05:00
aggregate.ex fix: don't reuse binding in many to many aggregate joins 2024-03-07 11:33:39 -05:00
ash_postgres.ex docs: add AshPostgres module to the documentation 2023-02-08 22:56:00 -05:00
calculation.ex fix: remap selected fields, don't subquery in aggregate joins 2024-01-19 20:13:42 -05:00
check_constraint.ex docs: overhaul hexdocs 2023-09-22 16:14:25 -04:00
custom_aggregate.ex chore: fix dialyzer 2023-04-05 12:32:28 -04:00
custom_extension.ex improvement: custom-extension implementation (#162) 2023-08-08 10:20:26 -07:00
custom_index.ex test: add new test verifying batch destroy behavior 2024-02-01 13:09:06 -05:00
data_layer.ex fix: always exclude :order_by on bulk updateable query 2024-03-05 09:19:55 -05:00
ecto_migration_default.ex fix: fix Logger deprecations for elixir 1.15 (#155) 2023-06-22 17:37:57 -04:00
expr.ex chore: fix dialyzer/mix.lock 2024-03-11 11:34:40 -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 improvement: add value_to_postgres_default/3 and AshPostgres.Type 2023-08-18 11:22:01 -04:00
multitenancy.ex
reference.ex improvement: allow specifying multi-column foreign keys (#180) 2023-11-20 16:52:50 -05:00
repo.ex improvement: Include modules in installed_extensions return type (#202) 2024-02-05 16:52:09 -05:00
sort.ex fix: properly handle multiple sorts in aggregate 2024-02-29 13:42:42 -05:00
statement.ex docs: overhaul hexdocs 2023-09-22 16:14:25 -04:00
type.ex improvement: specify @behaviour in AshPostgres.Type 2023-08-21 11:14:33 -04:00