mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Merge branch '3.0' into 3
This commit is contained in:
commit
cf2cd37c1a
@ -113,7 +113,7 @@ class PostgreSQLConnector extends DBConnector
|
||||
|
||||
public function getGeneratedID($table)
|
||||
{
|
||||
return $this->query("SELECT currval('\"{$table}_ID_seq\"')")->value();
|
||||
return $this->query("SELECT currval(pg_get_serial_sequence('\"{$table}\"','ID'))")->value();
|
||||
}
|
||||
|
||||
public function getLastError()
|
||||
|
Loading…
Reference in New Issue
Block a user