summaryrefslogtreecommitdiff
path: root/.github/dockerfiles/odbc.ini
blob: 9a36ba48e1310082866c81dcf4856bc70908467c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[PostgresLinux64Ubuntu]
Driver = PostgreSQL64
Description = PostgreSQL Data Source
Servername = localhost
Port = 5432
Protocol = 10
UserName = odbctest
Password = odbctest
Database = odbctest

[PostgresLinuxUbuntu]
Driver = PostgreSQL32
Description = PostgreSQL Data Source
Servername = localhost
Port = 5432
Protocol = 10
UserName = odbctest
Password = odbctest
Database = odbctest