1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-19 20:33:37 +02:00

tests: improved sql dumps, renamed pgsql -> postgre

This commit is contained in:
David Grudl
2015-10-13 17:37:14 +02:00
parent 48adcec6dc
commit e339eff00f
8 changed files with 19 additions and 17 deletions

View File

@@ -24,12 +24,12 @@ driver = sqlite3
database = :memory:
system = sqlite
[pgsql]
[postgre]
driver = postgre
host = 127.0.0.1
username = postgres
password =
system = pgsql
system = postgre
[odbc]
driver = odbc
@@ -68,9 +68,9 @@ username = root
password =
system = mysql
[pgsql-pdo]
[postgre-pdo]
driver = pdo
dsn = "pgsql:host=127.0.0.1;dbname=dibi_test"
username = postgres
password =
system = pgsql
system = postgre