This commit is contained in:
parent
302405de6d
commit
360c8ea207
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class Doctrine_Connection_UnitOfWork extends Doctrine_Connection_Module implemen
|
||||||
if (empty($seq) && count($keys) == 1 && $keys[0] == $table->getIdentifier()) {
|
if (empty($seq) && count($keys) == 1 && $keys[0] == $table->getIdentifier()) {
|
||||||
|
|
||||||
if (strtolower($this->conn->getName()) == 'pgsql') {
|
if (strtolower($this->conn->getName()) == 'pgsql') {
|
||||||
$seq = $table->getTableName() . '_' . $keys[0] . '_seq';
|
$seq = $table->getTableName() . '_' . $keys[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
$id = $this->conn->sequence->lastInsertId($seq);
|
$id = $this->conn->sequence->lastInsertId($seq);
|
||||||
|
|
Loading…
Add table
Reference in a new issue