@@ -119,7 +119,7 @@ |
||
119 | 119 | parent::__construct(); |
120 | 120 | $this->connection = $connection; |
121 | 121 | $this->table = $table; |
122 | - $this->esc = $connection->getDriver()->getName() === 'pdo_pgsql' ? '"' : '`'; |
|
122 | + $this->esc = $connection->getDriver()->getName() === 'pdo_pgsql' ? '"' : '`'; |
|
123 | 123 | $this->buildStatements(); |
124 | 124 | } |
125 | 125 |