appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

PostgreSQL and MySQL ODBC drivers not present in MSVS 2019 and 2022 environments #3843

Open vadz opened 1 year ago

vadz commented 1 year ago

As documented, ODBC drivers for these databases are not present in the latest images, even though they were present in the previous ones (since #446 probably). It would be nice if they could be readded to make it possible to test code using ODBC but compiled using the latest compiler.

TIA!

Seddryck commented 1 year ago

It's especially important for MySQL because it sounds impossible to automatically download it and install it. The download with Invoke-WebRequest is prevented by some authorization on MySQL website.