ash_postgres/lib
Zach Daniel ee97fde9dc fix: nest subqueries when required for distinct
fix: replace `{:in, ...}` type with `{:array, ...}`
2023-01-17 09:57:05 -05:00
..
data_layer fix: properly skip unique indexes when configured 2022-12-21 02:16:30 -05:00
functions improvement: add like and ilike 2022-12-21 16:12:49 -05:00
migration_generator fix: properly set migrations_path default in umbrellas 2022-12-27 18:19:18 -05:00
mix fix: don't make migration generation recursive 2022-12-10 18:54:09 -05:00
transformers fix: allow for non attribute aggregate references for first/list 2023-01-11 07:51:12 -05:00
types fix: nest subqueries when required for distinct 2023-01-17 09:57:05 -05:00
aggregate.ex fix: nest subqueries when required for distinct 2023-01-17 09:57:05 -05:00
ash_postgres.ex fix: properly skip unique indexes when configured 2022-12-21 02:16:30 -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: use parent_expr instead of this 2023-01-06 17:05:23 -05:00
doc_index.ex improvement: avg/min/max/custom aggregate support 2022-12-07 20:32:38 -05:00
ecto_migration_default.ex chore: work on tests for migration_defaults 2022-11-21 02:39:57 -05:00
expr.ex fix: properly type cast in fragments (and elsewhere) 2023-01-09 09:48:25 -05:00
join.ex fix: nest subqueries when required for distinct 2023-01-17 09:57:05 -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 docs: document on_transaction_begin 2022-11-30 20:52:36 -05:00
sort.ex improvement: avg/min/max/custom aggregate support 2022-12-07 20:32:38 -05:00
statement.ex improvement: add custom_statements to migration generator 2022-07-21 13:34:38 -04:00