elixir-sqlite/sqlite_ecto2

Patch version of ecto is pinned

mbuhot opened this issue ยท 2 comments

Hello, thanks for creating this package ๐Ÿ‘

I noticed the patch version for the ecto dependency got pinned in this commit from ~> 2.2 to 2.2.9

Are there incompatibilities with later 2.x ecto versions?

It's not a big deal to override the dependency, but it would be nice if I didn't need to.

I've pinned it because there technically are some things in 2.2.10 that this adapter doesn't support yet. I suppose i could revert that, but it may lead to undefined behavior. I can't remember off the top of my head what exactly was added, but for what it's worth I override the Ecto version and haven't had much issues. That said I dont use many advanced Ecto features

OK, thanks for clarifying.