Closed greg-rychlewski closed 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.
cast(_ as blob)
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.