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

mikey_p’s picture

Status: Active » Postponed

I'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.