Skip to content

Commit

Permalink
psqlodbc path upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
keitherskine committed Sep 10, 2024
1 parent 5d6f491 commit be322fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ if ($python_arch -eq "64") {
CheckAndInstallZippedMsiFromUrl `
-driver_name "PostgreSQL Unicode(x64)" `
-driver_bitness "64-bit" `
-driver_url "https://ftp.postgresql.org/pub/odbc/versions/msi/psqlodbc_11_01_0000-x64.zip" `
-driver_url "https://ftp.postgresql.org/pub/odbc/versions.old/msi/psqlodbc_11_01_0000-x64.zip" `
-zipfile_path "$temp_dir\psqlodbc_11_01_0000-x64.zip" `
-zip_internal_msi_file "psqlodbc_x64.msi" `
-msifile_path "$cache_dir\psqlodbc_11_01_0000-x64.msi";
Expand All @@ -205,7 +205,7 @@ if ($python_arch -eq "64") {
CheckAndInstallZippedMsiFromUrl `
-driver_name "PostgreSQL Unicode" `
-driver_bitness "32-bit" `
-driver_url "https://ftp.postgresql.org/pub/odbc/versions/msi/psqlodbc_11_01_0000-x86.zip" `
-driver_url "https://ftp.postgresql.org/pub/odbc/versions.old/msi/psqlodbc_11_01_0000-x86.zip" `
-zipfile_path "$temp_dir\psqlodbc_11_01_0000-x86.zip" `
-zip_internal_msi_file "psqlodbc_x86.msi" `
-msifile_path "$cache_dir\psqlodbc_11_01_0000-x86.msi";
Expand Down

0 comments on commit be322fe

Please sign in to comment.