Postponed
Project:
DBTNG
Version:
6.x-1.0-alpha7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2010 at 12:05 UTC
Updated:
11 Dec 2010 at 20:13 UTC
Hi,
I'm not sure if it's a bug, but when I'm using update query, UpdateQuery_oracle's execute procedure calls :
// Fetch the list of blobs and sequences used on that table.
$info= $this->connection->schema()->getTableInfo($this->table);
And then the $info variable isn't used anymore. As I didn't used the driver to install Drupal, the query fails.
select identifier.sequence_for_table(?,?) sequence_name from dual
Removing this variable is safe, isn't it ?
Cheers.
Comments
Comment #1
mikey_p commentedI'll have to look into this further, but this really isn't an issue with DBTNG, so I'm not sure what the best course of action is.