We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95315f6 commit 8b85801Copy full SHA for 8b85801
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
db_url: "mssql://root:Password123!@127.0.0.1/sqlpage"
59
- database: odbc
60
container: postgres
61
- db_url: "Driver=/usr/lib64/psqlodbcw.so;Server=127.0.0.1;Port=5432;Database=sqlpage;UID=root;PWD=Password123!"
+ db_url: "Driver=psqlodbcw.so;Server=127.0.0.1;Port=5432;Database=sqlpage;UID=root;PWD=Password123!"
62
setup_odbc: true
63
steps:
64
- uses: actions/checkout@v4
0 commit comments