ash_postgres/lib
2023-02-17 15:21:50 -05:00
..
data_layer improvement: add migration_ignore_attributes 2023-02-01 02:05:04 -05:00
functions improvement: add like and ilike 2022-12-21 16:12:49 -05:00
migration_generator fix: properly set next migration name 2023-02-03 11:44:34 -05:00
mix fix: properly find migration directories in umbrella apps 2023-02-16 15:23:50 -05:00
transformers fix: allow for non attribute aggregate references for first/list 2023-01-11 07:51:12 -05:00
types improvement: properly cast division to floats for elixir-y behavior 2023-01-26 23:48:19 -05:00
aggregate.ex fix: don't use :distinct when uniq? is not true 2023-02-17 15:21:50 -05:00
ash_postgres.ex docs: add AshPostgres module to the documentation 2023-02-08 22:56:00 -05:00
calculation.ex fix: undo changes that caused type casting bugs 2023-01-06 17:45:10 -05:00
check_constraint.ex docs: total docs reorg 2022-08-24 12:07:38 -04:00
custom_aggregate.ex improvement: better error messages from mix tasks 2022-12-10 15:59:50 -05:00
custom_index.ex fix: properly turn custom index keys into atoms 2022-11-30 19:06:51 -05:00
data_layer.ex fix: exclude order_by when building aggregates 2023-02-16 16:12:28 -05:00
ecto_migration_default.ex chore: work on tests for migration_defaults 2022-11-21 02:39:57 -05:00
expr.ex improvement: better type casting for concat operator 2023-02-12 19:09:25 -05:00
join.ex fix: sorting on optimized first aggregates 2023-02-09 17:49:37 -05:00
manual_relationship.ex improvement: support manual relationships with joins 2022-09-13 16:40:12 -04:00
migration.ex improvement: support ash enums 2021-04-21 13:50:11 -04:00
multitenancy.ex docs: total docs reorg 2022-08-24 12:07:38 -04:00
reference.ex docs: total docs reorg 2022-08-24 12:07:38 -04:00
repo.ex fix: Actually use AshPostgres.Repo behaviour (#129) 2023-02-05 12:46:44 -05:00
sort.ex fix: sorting on optimized first aggregates 2023-02-09 17:49:37 -05:00
statement.ex improvement: add custom_statements to migration generator 2022-07-21 13:34:38 -04:00