elixir-sqlite / ecto_sqlite3

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

fix: Implement and support cell-wise placeholder support #154

Closed warmwaffles closed 3 weeks ago

warmwaffles commented 3 weeks ago

I went ahead and added in support for cell-wise support for bounded values. This has been on the todo list for a while.

fixes: #152