Welcome Guest, Not a member yet? Register   Sign In
OCI8 driver upgrade
#1

[eluser]Unknown[/eluser]
Greetings!
I use CodeIgniter with Oracle DB for some of my projects, so I have a list of upgrades for OCI8 driver. It works fine for me, maybe it will be useful for someone else?

oci8_driver.php:
* all deprecated function names are changed to actual (e.g. ociconnect -> OCI_connect);
* function stored_function() added. It's like stored_procedure(), but returns a value;
* function execute_anonymous_block added; very useful to execute some PL/SQL statement;
* functions for CLOB-field load/save added;

oci8_result.php:
* rewrite return_array() function that allows to get query result in associative and indexed array at the same time;
* some little improvements such as getting OCI resource;

Could you explain, how can I take my part to improve my favourite framework? I'm ready for it Smile

P.S. Sorry if my English is not perfect. I'm trying to improve it too.




Theme © iAndrew 2016 - Forum software by © MyBB