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
Yep, that is gonna be the case - I hadn't noticed before. The problem here is the the for loop is trouncing the named param with a ordered/positional/integer one.
The text was updated successfully, but these errors were encountered:
That is right, @charsleysa , the query logging doesn't support this, which means that the unit tests can't really be written. We would need to make the logger understand placeholders before we could write tests unfortunately.
Named placeholders does not work anymore when using raw_query
ref: https://github.com/j4mie/idiorm/blob/master/idiorm.php#L415
commit: 6a9b77c:
The text was updated successfully, but these errors were encountered: