Improved Oracle Support
Seth Russell <[email protected]> Fri, 22 Jul 2005 14:16:44 -0700
| Newsgroups | gmane.comp.php.creole.devel,gmane.mail.eyebrowse.user |
|---|---|
| Message-ID | <f50629ab05072214162983be7e__15855.4481146441$1122067629$gmane$org@mail.gmail.com> |
Creole Developers/Users, I have recently made some changes to improve the Oracle support of creole. I have an application that has been running quite happily for some time on mysql (using propel and creole), but need to migrate it to run on Oracle ( 9.2). I have found a few bugs in creole along the way. I have made fixes that resolved problems of dealing with strings and timestamps, changed some code to not use functions that are deprecated in PHP 5, and resolved a variable binding issue. If anyone is using creole with oracle, please test and make sure my 'fixes' did not break anything. My changes have been committed to cvs as of July 21, 2005. I am still doing testing, but so far, all issues appear to have been resolved. Seth