summaryrefslogtreecommitdiff
path: root/.github/dockerfiles/odbc.ini
diff options
context:
space:
mode:
Diffstat (limited to '.github/dockerfiles/odbc.ini')
-rw-r--r--.github/dockerfiles/odbc.ini19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/dockerfiles/odbc.ini b/.github/dockerfiles/odbc.ini
new file mode 100644
index 0000000000..9a36ba48e1
--- /dev/null
+++ b/.github/dockerfiles/odbc.ini
@@ -0,0 +1,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