CakeDC / cakephp-oracle-driver

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

NLS_NUMERIC_CHARACTERS problem for ptBR Database #46

Closed LeandroFranciscato closed 4 years ago

LeandroFranciscato commented 4 years ago

We're having problems using the driver with our database because of our numeric character configuration. I've found a solution here but it doesn't look good to change the plugin itself.

Is there a more organized solution for that? Using PDO maybe?

Thanks for the awesome plugin.

skie commented 4 years ago

What prevent you from defining 'init' settings in the app.php in the Datasources driver configration block?

LeandroFranciscato commented 4 years ago

Yep, you're right, actualy we've done it already. Forgot to mention here, sorry. Thanks for the reply.