@@ -533,7 +533,7 @@ |
||
533 | 533 | } |
534 | 534 | |
535 | 535 | if ($sequenceName !== '') { |
536 | - return $this->db->createCommand('SELECT GEN_ID(' . $this->db->quoteTableName($sequenceName) . ', 0 ) FROM RDB$DATABASE;')->queryScalar(); |
|
536 | + return $this->db->createCommand('SELECT GEN_ID(' . $this->db->quoteTableName($sequenceName) . ', 0 ) FROM RDB$DATABASE;')->queryScalar(); |
|
537 | 537 | } |
538 | 538 | |
539 | 539 | if ($this->_lastInsertID !== false) { |