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 ab9421f commit 190d335Copy full SHA for 190d335
.github/workflows/db-windows.yml
@@ -56,7 +56,7 @@ jobs:
56
if: matrix.database == 'MySQL'
57
run: |
58
choco install mysql.odbc
59
- echo "ODBC_CS_MYSQL=Driver={MySQL ODBC 9.0 ANSI Driver};Server=127.0.0.1;Database=test;User=root;Password=" >> $env:GITHUB_ENV
+ echo "ODBC_CS_MYSQL=Driver={$(Get-OdbcDriver -Platform 64-bit | Select-Object -ExpandProperty Name | Select-String -Pattern 'ANSI')};Server=127.0.0.1;Database=test;User=root;Password=" >> $env:GITHUB_ENV
60
61
- name: Install PostgreSQL
62
if: matrix.database == 'PostgreSQL'
0 commit comments