apaoww / yii2-oci8

Yii2 Oracle Oci8 Driver
11 stars 12 forks source link

ORA-00936: missing expression The SQL being executed was: SELECT EXISTS(SELECT * FROM #4

Closed alvinux closed 7 years ago

alvinux commented 7 years ago

its error when i use "exist" validation rules on model, i tried to change on apaoww\oci8\QueryBuilder.php extends files from \yii\db\QueryBuilder to \yii\db\oci\QueryBuilder and its fixed.

apaoww commented 7 years ago

Done