HHH-16511 - Ability to drop-in extra JDBC drivers

This commit is contained in:
Steve Ebersole 2023-04-26 12:16:06 -05:00
parent d8b44d071e
commit 8564289c83
1 changed files with 5 additions and 1 deletions

View File

@ -188,10 +188,14 @@ The following table illustrates a list of commands for various databases that ca
|`./docker_db.sh mssql`
|`./gradlew test -Pdb=mssql_ci`
|Sybase ASE
|Sybase ASE (jTDS)
|`./docker_db.sh sybase`
|`./gradlew test -Pdb=sybase_ci`
|Sybase ASE (jConnect)
|`./docker_db.sh sybase`
|`./gradlew test -Pdb=sybase_jconn_ci`
|SAP HANA
|`./docker_db.sh hana`
|`./gradlew test -Pdb=hana_ci`