Closed (fixed)
Project:
Oracle Driver
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2011 at 08:53 UTC
Updated:
8 Sep 2011 at 07:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
sionescu commentedThe '$defaultPrefix' was replaced by a '$prefixSearch' array().
Using DatabaseConnection::tablePrefix() would fix that notice for 7.4 and would be backwards compatible.
I've attatched the diff patch, if required i can make a git one against master.
Please let me know if this seems ok to you.
Thanks.
Comment #2
sionescu commentedComment #3
shawn dearmond commentedI can confirm this issue, and I can confirm that the fix proposed works, though I'm not sure what patch format that is. Attached is a git diff patch file that does the same thing.
Thanks!
Comment #4
sionescu commentedYup, that was only a diff, thanks for the git patch.
Comment #5
aaaristo commentedfixed in the next release.