Completed
Push — yii2-stable ( 4ea3c0...01db8a )
by Edgard
12:40
created
src/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -533,7 +533,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.