Completed
Pull Request — master (#552)
by
unknown
02:30
created
src/Engines/QueryBuilderEngine.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -282,8 +282,7 @@
 block discarded – undo
282 282
         $column = $this->connection->getQueryGrammar()->wrap($column);
283 283
         if ($this->database === 'pgsql') {
284 284
             $column = 'CAST(' . $column . ' as TEXT)';
285
-        }
286
-        elseif ($this->database === 'firebird') {
285
+        } elseif ($this->database === 'firebird') {
287 286
             $column = 'CAST(' . $column . ' as VARCHAR(255))';
288 287
         }
289 288
 
Please login to merge, or discard this patch.