elixir-sqlite / ecto_sqlite3

An Ecto SQLite3 adapter.
https://hexdocs.pm/ecto_sqlite3
MIT License
295 stars 43 forks source link

Add support for Ecto 3.10 #107

Closed fredwu closed 1 year ago

fredwu commented 1 year ago

Based on #101

Now that Ecto 3.10 has been released for a little while, let's make ecto_sqlite3 compatible with it. This PR is build on top of the amazing work @jeregrine has done in #101.

warmwaffles commented 1 year ago

@fredwu can you rebase off of latest main?

fredwu commented 1 year ago

@warmwaffles Rebasing was a mess, so I cherry-picked and created #108.