mirror of
https://github.com/dg/dibi.git
synced 2025-08-10 08:04:32 +02:00
tests: improved sql dumps, renamed pgsql -> postgre
This commit is contained in:
@@ -61,7 +61,7 @@ function reformat($s)
|
||||
}
|
||||
if ($config['system'] === 'mysql') {
|
||||
return strtr($s, '[]', '``');
|
||||
} elseif ($config['system'] === 'pgsql') {
|
||||
} elseif ($config['system'] === 'postgre') {
|
||||
return strtr($s, '[]', '""');
|
||||
} elseif ($config['system'] === 'odbc' || $config['system'] === 'sqlite') {
|
||||
return $s;
|
||||
|
Reference in New Issue
Block a user