HHH-16511 - Ability to drop-in extra JDBC drivers
This commit is contained in:
parent
d8b44d071e
commit
8564289c83
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue