Closed axelson closed 3 weeks ago
I don't think I implemented placeholders 😞
@axelson I have a fix to support {:placeholder, :placeholderkey}
the problem is I'm now getting a ** (Exqlite.Error) datatype mismatch
. Working through that now.
@axelson published under v0.17.3
@warmwaffles wow, that was fast! Thank you so much! I just tested it in my full app and it's now working! 🎉
No problem. I was meaning to implement cell wise placeholders. This is just the excuse I needed.
Using ecto's placeholder feature results in an unexpected error:
Results in:
Full repro is at https://github.com/axelson/sqlite3_repro