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
When building a select() query with a where() and an equals() call, when I write the query it looks like "select * from user where user.id = :var1". Am I able to change the ":var1" to the actual value I passed in? getValues() returns an empty array().
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Similar problem here. It would be nice to add support for mysqli (question marks instead of labeled parameters).
Temporary BUT NOT RECOMMENDED solution is:
Hi there,
When building a select() query with a where() and an equals() call, when I write the query it looks like "select * from
user
whereuser
.id
= :var1". Am I able to change the ":var1" to the actual value I passed in? getValues() returns an empty array().Thanks for your help!
The text was updated successfully, but these errors were encountered: