After the upgrade from Drupal 7.2 to Drupal 7.4 i get the folowing notices:
Notice: Undefined property: DatabaseConnection_oracle::$defaultPrefix in DatabaseConnection_oracle->prefixTables() (line 355 of /opt/workspace/drupal/includes/database/oracle/database.inc).

Comments

sionescu’s picture

StatusFileSize
new582 bytes

The '$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.

sionescu’s picture

Status: Active » Needs review
shawn dearmond’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new616 bytes

I 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!

sionescu’s picture

Yup, that was only a diff, thanks for the git patch.

aaaristo’s picture

Status: Reviewed & tested by the community » Fixed

fixed in the next release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.