mirror of
https://github.com/dg/dibi.git
synced 2025-08-16 19:14:17 +02:00
tests: improved sql dumps, renamed pgsql -> postgre
This commit is contained in:
@@ -19,12 +19,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
|
||||
@@ -63,9 +63,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
|
||||
|
Reference in New Issue
Block a user