ash_postgres/lib
Rebecca Le c436973e9f
fix!: Use UTC for default generated timestamps (#131)
In cases where the database server is not set to UTC, this fixes timezone inconsistencies when adding timestamp columns to tables with existing data, that would then have their timestamps set to non-UTC times.
2024-03-27 17:07:33 -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 fix!: Use UTC for default generated timestamps (#131) 2024-03-27 17:07:33 -04:00
mix feat: add create? and drop? callbacks to AshPostgres.Repo (#143) 2024-03-27 17:05:14 -04:00
types improvement: don't double cast to the same type 2024-03-01 13:06:14 -05:00
verifiers chore: update ash, resources and an error message 2024-03-27 17:03:16 -04:00
aggregate.ex improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
ash_postgres.ex docs: add AshPostgres module to the documentation 2023-02-08 22:56:00 -05:00
calculation.ex improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04: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 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 fix: fix Logger deprecations for elixir 1.15 (#155) 2023-06-22 17:37:57 -04:00
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 improvement: support manual relationships with joins 2022-09-13 16:40:12 -04:00
migration.ex improvement: add value_to_postgres_default/3 and AshPostgres.Type 2023-08-18 11:22:01 -04:00
multitenancy.ex docs: total docs reorg 2022-08-24 12:07:38 -04:00
reference.ex improvement: allow specifying multi-column foreign keys (#180) 2023-11-20 16:52:50 -05:00
repo.ex feat: add create? and drop? callbacks to AshPostgres.Repo (#143) 2024-03-27 17:05:14 -04: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