elixir-sqlite / ecto_sqlite3

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

Fix binary uuid casting #121

Closed greg-rychlewski closed 1 year ago

greg-rychlewski commented 1 year ago

I think this solves your issue here: https://github.com/elixir-sqlite/ecto_sqlite3/issues/119

I'm not too familiar with SQLite but from what I can tell from the tests it doesn't like it when cast(_ as blob) is used. It seems to work when the casting is removed.