jackalope / jackalope-doctrine-dbal

Doctrine DBAL transport implementation for Jackalope
http://jackalope.github.io
Other
143 stars 60 forks source link

add support for oracle database #401

Closed dbu closed 2 years ago

dbu commented 2 years ago

as discussed in #399

fix #399

dbu commented 2 years ago

@jjwdesign can you confirm if this is all that is needed to make oracle supported out of the box?

jjwdesign commented 2 years ago

@dbu Yes, that was the only issue we were seeing when using jackalope/jackalope-doctrine-dbal with Oracle Database 19c Enterprise Edition. Thank you for making this update!

dbu commented 2 years ago

@dbu Yes, that was the only issue we were seeing when using jackalope/jackalope-doctrine-dbal with Oracle Database 19c Enterprise Edition. Thank you for making this update!

awesome, thanks for your confirmation. i will tag 1.8.0 shortly. with that, you should no longer need custom code as the lowercase middleware will then automatically be added (i implemented it so that we only add it if it is not already in the list of middleware)