@@ -179,7 +179,7 @@ |
||
179 | 179 | $start = implode('?', array_slice($parts, 0, $pos)); |
180 | 180 | $end = implode('?', array_slice($parts, $pos)); |
181 | 181 | |
182 | - $this->sql = $start . $qs . $end; |
|
182 | + $this->sql = $start . $qs . $end; |
|
183 | 183 | $this->extendedBy += $fixedParamCount - 1; |
184 | 184 | } |
185 | 185 |
@@ -26,7 +26,7 @@ |
||
26 | 26 | |
27 | 27 | $this->sut = new Factory(); |
28 | 28 | |
29 | - $dns = sprintf( |
|
29 | + $dns = sprintf( |
|
30 | 30 | 'mysql:dbname=%s;host=%s', |
31 | 31 | $_ENV['MYSQL_DATABASE'], |
32 | 32 | 'mysql' |
@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | $this->sut = new Factory(); |
29 | 29 | |
30 | - $dns = sprintf( |
|
30 | + $dns = sprintf( |
|
31 | 31 | 'pgsql:dbname=%s;host=%s', |
32 | 32 | $_ENV['POSTGRES_DB'], |
33 | 33 | 'postgres' |