Частичная синхронизация с CMS
This commit is contained in:
parent
312f18a20a
commit
b26e521657
62 changed files with 827 additions and 5992 deletions
|
|
@ -8,11 +8,11 @@ class Database_IdGenerator {
|
|||
}
|
||||
|
||||
function isBeforeInsert() {
|
||||
return $this->db->isPostgres();
|
||||
return false;
|
||||
}
|
||||
|
||||
function isAfterInsert() {
|
||||
return !$this->db->isPostgres();
|
||||
return true;
|
||||
}
|
||||
|
||||
function getId($seq) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue