Commit graph

30 commits

Author SHA1 Message Date
Zach Daniel
6ad1131fc4 chore: update igniter & installer 2024-07-27 17:18:23 -04:00
Ben Swift
38e00715e5
feat: add igniter-based AshSqlite.Install mix task (#66)
* update deps (to allow for igniter use)

* add igniter-based AshSqlite.Install mix task
2024-07-16 06:01:26 -04:00
Zach Daniel
945019a467 fix: use Ecto.ParameterizedType.init/2 2024-05-31 09:23:05 -05:00
Zach Daniel
09c6a850f5 fix: handle new/old ecto parameterized type format
closes #43
2024-05-27 12:06:41 -04:00
Zach Daniel
033fb54691 fix: properly scope deletes to the records in question
fixes #29
2024-05-06 11:32:27 -04:00
Zach Daniel
843c0ff3b6 fix: update ash_sqlite to get ilike behavior fix 2024-05-05 09:53:32 -04:00
Zach Daniel
2930019cf7 docs: docs overhaul 2024-05-03 22:04:32 -04:00
Zach Daniel
ab692a0e24 improvement: support contains function 2024-04-22 14:13:30 -04:00
ac09a60eed
chore: inhibit credo warning. 2024-04-11 13:54:59 +12:00
11f201ec85
chore: fix formatting. 2024-04-11 13:54:51 +12:00
Zach Daniel
0cc6401a47 chore: update Mix.Helpers naming
improvement: support `mix ash.rollback`
2024-04-09 20:22:05 -04:00
Zach Daniel
c12be48a5b improvement: support Ash 3.0, leverage ash_sql package 2024-04-01 12:18:42 -04:00
Zach Daniel
52a5051398 chore: remove IO.inspect XD 2024-01-12 11:26:35 -05:00
Zach Daniel
75ffda1076 improvement: fix datetime migration type discovery 2024-01-12 11:18:12 -05:00
Zach Daniel
55bdce140f fix: reenable mix tasks that we need to call 2023-12-06 18:51:34 -05:00
Zach Daniel
d8a9328921 chore: update tests 2023-10-12 15:03:35 -04:00
Zach Daniel
2229285757 improvement: add SqliteMigrationDefault 2023-10-12 15:00:21 -04:00
Zach Daniel
22ae9b394f chore: remove aggregate_defs copypasta 2023-10-12 06:18:29 -04:00
Zach Daniel
102f65f47d improvement: support query aggregates 2023-10-12 06:04:00 -04:00
Zach Daniel
4c20075bfc fix: various fixes around bulk inserts/upserts 2023-10-11 16:30:00 -04:00
Zach Daniel
08f848295a improvement: support atomic upserts 2023-10-11 15:39:36 -04:00
Zach Daniel
954cf31d4b improvement: draw the rest of the owl 2023-10-10 15:42:51 -04:00
Zach Daniel
9caf99844b improvement: clean ups, remove operators that don't make sense for sqlite 2023-10-05 16:24:39 -04:00
Zach Daniel
ea9c3faccd chore: remove more unsupported expressions 2023-10-05 15:10:18 -04:00
Zach Daniel
16e6f5bf11 improvement: various improvements to data layer, remove explicit distinct features for now 2023-10-05 15:05:03 -04:00
Zach Daniel
0f854ebd10 improvement: fix some error handling 2023-10-05 14:04:19 -04:00
Zach Daniel
34e7a206ab WIP 2023-09-25 10:22:54 -04:00
Zach Daniel
6176f80e9b improvement: get at least one test passing 2023-09-23 01:32:12 -04:00
Zach Daniel
c8c811c7eb WIP: removing stuff like schemas and prefixes 2023-09-22 23:11:45 -04:00
Zach Daniel
6fb41026f8 init: copy and gouge ash_postgres 2023-09-22 22:52:22 -04:00