zendframework / zend-db

Db component from Zend Framework
BSD 3-Clause "New" or "Revised" License
101 stars 122 forks source link

add support for BLOB data in OCI8 driver #396

Open parktrip opened 4 years ago

parktrip commented 4 years ago
michalbundyra commented 4 years ago

@parktrip thanks for your contribution. We need also test cases added to cover changes. Also rebase will be required before merging (develop) as you are targeting develop branch.

parktrip commented 4 years ago

dear @webimpress, I have added test cases for oci8 and my changes. I have 2 problems:

Nevertheless, test cases for oci8 run fine ;)

michalbundyra commented 4 years ago

@parktrip thanks for update, we can have a look on it closer before we merge it. I can't promise when does it happen, I have it on my list but there are more PRs which need my attention before release.

parktrip commented 4 years ago

dear @webimpress, I just took 5mn this morning to check travis error logs and it seems the oci_pconnect() function is not recognized. Are you sure the oci8 extension is activated in travis config file for all php versions ?

michalbundyra commented 4 years ago

@parktrip it might be not enabled, but you can change it in .travis.yml. Sorry, I haven't had time to have a look on it yet, so I'd appreciate a lot if you can investigate it more and update Travis CI configuration if needed. Thanks!

parktrip commented 4 years ago

no pb I understand. I will have a look a little bit later hopefully by the end of the week

michalbundyra commented 4 years ago

@parktrip I've tried to update it and run it on travis but it seems to be uncompleted. We would need to address when we move to Laminas (as it is gonna happen very soon).

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at https://github.com/laminas/laminas-db/issues/2.

weierophinney commented 4 years ago

This repository has been moved to laminas/laminas-db. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow: