Named placeholders does not work anymore when using raw_query
ref: https://github.com/j4mie/idiorm/blob/master/idiorm.php#L415
commit: 6a9b77c:
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.