Skip to content

INPLATFORM-684: Add required dependencies for ODBC MySql

Jared Kosanovic requested to merge INPLATFORM-684-mysql-driver-odbc into master

The MySQL connector requires ODBC drivers, unfortunately. This should be all the required configuration.

I was split between having the Dockerfile download/extract the drivers, or doing that myself and storing the drivers in git. Looking for feedback on this if anyone has strong opinions either way.

@interop/ipt please take a look, thanks!

Merge request reports