-
Notifications
You must be signed in to change notification settings - Fork 48
Using placeholders results in (Exqlite.Error) expected 6 arguments, got 5
#152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't think I implemented placeholders 😞 |
@axelson I have a fix to support |
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
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
@axelson published under |
@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
The text was updated successfully, but these errors were encountered: