Hi, if i try to execute this (oracle database):
$profileLists = $profile->getLists(array(
'TYPE = ?1',
'bind' => array(1 => 'value')
));
phalcon give me this error SQLSTATE[HY000]: General error: 1722 OCIStmtExecute: ORA-01722: invalid number
The model Profiles map 'hasMany' Lists, and Lists belongsTo Profiles.
Thank you