You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DBError: select `users`.* from `users` where not `password` = `MDIwNTAxMDEtMDkwOC00MzA4LTg4MDgtMDUwMTA3MDkwMTAz` - SQLITE_ERROR: no such column: MDIwNTAxMDEtMDkwOC00MzA4LTg4MDgtMDUwMTA3MDkwMTAz
Notice the tic's around the value, if I remove them and run in the cli the query works. Looks like the tic marks should not be generated for the value.
The text was updated successfully, but these errors were encountered:
Using: objection@3.0.1 with knex
Model:
Query:
query.whereNotColumn({ password: ws.id });
DBError: select `users`.* from `users` where not `password` = `MDIwNTAxMDEtMDkwOC00MzA4LTg4MDgtMDUwMTA3MDkwMTAz` - SQLITE_ERROR: no such column: MDIwNTAxMDEtMDkwOC00MzA4LTg4MDgtMDUwMTA3MDkwMTAz
Notice the tic's around the value, if I remove them and run in the cli the query works. Looks like the tic marks should not be generated for the value.
The text was updated successfully, but these errors were encountered: