CakeDC / cakephp-oracle-driver

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

Can you not hard code the sequence name in the OracleOCI driver page? #23

Closed bikashrai closed 6 years ago

bikashrai commented 7 years ago

People prefer to use different naming format for writing sequences and so do i. with your hardcoded sequence name is breaking everything in the code. Would it be possible to convert it a configurable variable instead?

$sequenceName = 'seq_' . strtolower($table);

skie commented 6 years ago

if sequence has diferent name trigger also should be created manually