All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v0.2.3 (2025-01-26)
- use
AshSql
for running aggregate queries
- update ash version for better aggregate support validation
v0.2.2 (2025-01-22)
- Remove a postgresql specific configuration from
ash_sqlite.install
(#103)
-
add installer for sqlite
-
make igniter optional
-
improve dry_run logic and fix priv path setup
-
honor repo configs and add snapshot configs
v0.2.1 (2024-10-09)
-
don't raise error on codegen with no domains
-
installer: use correct module name in the
DataCase
moduledocs. (#82)
-
add
--repo
option to installer, warn on clashing existing repo -
modify mix task aliases according to installer
v0.2.0 (2024-09-10)
- add igniter-based AshSqlite.Install mix task (#66)
- fix warnings from latest igniter updates
v0.1.3 (2024-05-31)
-
use
Ecto.ParameterizedType.init/2
-
handle new/old ecto parameterized type format
v0.1.2 (2024-05-11)
v0.1.2-rc.1 (2024-05-06)
-
properly scope deletes to the records in question
-
update ash_sqlite to get
ilike
behavior fix
- support
contains
function
v0.1.2-rc.0 (2024-04-15)
- reenable mix tasks that we need to call
-
support
mix ash.rollback
-
support Ash 3.0, leverage
ash_sql
package -
fix datetime migration type discovery
v0.1.1 (2023-10-12)
-
add
SqliteMigrationDefault
-
support query aggregates
v0.1.0 (2023-10-12)
- Port and adjust
AshPostgres
toAshSqlite