ash_postgres/lib
Kilian Cirera Sant b2b05618b5
improvement: Include modules in installed_extensions return type (#202)
As per the documentation (and indeed the actual behavior):

> Extensions can be a string, representing a standard postgres
extension, or a module that implements `AshPostgres.CustomExtension`.
2024-02-05 16:52:09 -05:00
..
data_layer fix: properly configure polymorphic_name option 2024-01-08 08:39:13 -05:00
extensions
functions
migration_generator improvement: don't drop primary key in case of removal 2024-02-04 10:12:39 -05: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 fix: properly gather types for operator & function overloads 2024-01-04 14:08:05 -05:00
aggregate.ex fix: keep fields of custom_index in format that they were provided (#195) 2024-01-22 11:32:34 -05:00
ash_postgres.ex
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
custom_extension.ex
custom_index.ex test: add new test verifying batch destroy behavior 2024-02-01 13:09:06 -05:00
data_layer.ex fix: use pkey if error fields is empty 2024-02-01 15:48:23 -05:00
ecto_migration_default.ex
expr.ex improvement: support count_nils expression 2024-01-29 17:17:32 -05:00
join.ex fix: properly build subqueries when required for relationship queries 2024-01-30 15:21:59 -05:00
manual_relationship.ex
migration.ex
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 improvement: support latest ash changes 2024-01-19 00:12:50 -05:00
statement.ex docs: overhaul hexdocs 2023-09-22 16:14:25 -04:00
type.ex