CakeDC / cakephp-oracle-driver

CakePHP 3 Driver for Oracle Database
Other
40 stars 24 forks source link

Update OracleSchema.php #10

Closed ivasse closed 8 years ago

ivasse commented 8 years ago

Table object has references to column names uppercase. So we have to call addConstraint method with $data's columns names uppercase too. Otherwise the constraint column name doesn't match with the table column name.