Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For Microsoft SQL Server, we recommend using the Microsoft JDBC Driver 12.2.0(the recommended version can be found at the platform support page). This driver can be found at maven central https://repo1.maven.org/maven2/com/microsoft/sqlserver/mssql-jdbc/12.2.0.jre11/ or the Microsoft website

This driver uses encryption by default and therefor you either have to

...

For Oracle, we recommend to use the ojdbc8 driver: ojdbc8.jar version 21.9.0.0. (the recommended version can be found at the platform support page). The ojdbc8 driver can be downloaded from the Oracle website.

PostgreSQL

For PostgreSQL use the JDBC driver 42.6.0 (the recommended version can be found at the platform support page) which can be found at https://jdbc.postgresql.org/.

...