Commit Graph

59 Commits

Author SHA1 Message Date
Jan Schatteman 5dd0aa1e1a HHH-18037 - Move DerbyDialect to hibernate-community-dialects
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-08-15 13:52:32 -05:00
Daniel Black 5d2c69395b upgrade mariadb jdbc driver to 3.4.0
Signed-off-by: Daniel Black <daniel@mariadb.org>
2024-07-05 17:34:32 +02:00
Yoann Rodière f14000a7ca HHH-17813 Update SQL Server JDBC driver to 12.6.1 2024-03-06 14:39:34 +01:00
Christian Beikov bb4ed4b000 HHH-17506 Support ON CONFLICT clause for HQL/Criteria inserts 2023-12-21 18:01:30 +01:00
Christian Beikov f01ef2c7de HHH-17545 Update SAP HANA JDBC driver to 2.19.11 2023-12-08 18:20:17 +01:00
Christian Beikov 20db1765c9 HHH-17542 Update DB2 JDBC driver to 11.5.9.0 2023-12-08 18:20:17 +01:00
Christian Beikov cf2c165136 HHH-17541 Update SQL Server JDBC driver to 12.4.2 2023-12-08 18:20:17 +01:00
Christian Beikov b1f82ad7a8 HHH-17536 Update MySQL JDBC driver to 8.2.0 2023-12-08 18:20:17 +01:00
Christian Beikov 880c3eff1d HHH-17535 Update MariaDB JDBC driver to 3.3.1 2023-12-08 18:20:17 +01:00
Christian Beikov 87d32a73df HHH-17534 Update pgjdbc to 42.7.1 2023-12-08 18:20:17 +01:00
yjpark 46b064633b HHH-17023 Implements AltibaseDialect 2023-11-14 14:51:35 +01:00
LLEFEVRE 7665caab1c HHH-17286 Upgrade integration tests to use Oracle JDBC driver version 23.3.0.23.09 2023-10-04 12:20:42 +02:00
LLEFEVRE 8b78ad0516 HHH-17286 Upgrade integration tests to use Oracle JDBC driver version 23.3.0.23.09 2023-10-04 12:20:42 +02:00
Gavin 201c08a8b7 upgrade all the jdbc drivers 2023-05-23 11:05:43 +01:00
Gavin 9cd1d788ea use Oracle driver odbc11 since we now depend on Java 11 2023-05-23 11:05:43 +01:00
LLEFEVRE ccf4fac124 HHH-15961 Speed-up Oracle CI build 2023-01-03 10:26:46 +01:00
Gavin e82c8fe911 upgrade very ancient mariadb JDBC driver
(to get a bigfix)
2022-12-16 00:04:29 +01:00
Sanne Grinovero ba9bd35c9d HHH-15563 BeanValidation integration should prioritize jakarta.persistence.validation over javax.persistence.validation 2022-10-01 18:31:57 +01:00
Sanne Grinovero 9ecb4484a4 HHH-15448 Run tests on MSSQL Server using trustServerCertificate=true 2022-08-16 09:35:17 +01:00
Sanne Grinovero dd0e65c698 Upgrading the DB2 JDBC driver JCC to 11.5.7.0 2021-12-22 11:28:57 +00:00
Gavin King f389952a9d add ability to run tests locally on mysql 2021-12-10 23:11:16 +01:00
Gavin King e13cf2e0d1 fix the hibernate.properties so they work on H6 2021-12-10 23:11:16 +01:00
Gail Badner 4bb3de09a1 HHH-14744 : Refactor contextual information for SchemaManagementTool to be more easily extended by Hibernate Reactive
HHH-14744 : Restore databases/pgsql/resources/hibernate.properties and gradle/databases.gradle
2021-08-25 15:31:45 +01:00
Sebastian Nohn 8e68ad2349 HHH-14719 bump apache-derby to 10.14.2.0 fixing CVE-2015-1832 and CVE-2018-1313 2021-07-08 19:29:47 -05:00
Sanne Grinovero 7f814107a8 HHH-14494 Upgrade the PostgreSQL JDBC driver used for testing to v. 42.2.19 2021-03-12 12:54:30 +01:00
Sanne Grinovero fe1e098ba1 HHH-14485 Upgrade integration tests to use Oracle JDBC driver version 21.1 2021-03-12 12:04:45 +01:00
Christian Beikov 0aff8627df Fix wrong host for matrix_pgsql 2021-02-04 09:16:55 +01:00
Christian Beikov 47807c25f1 Don't use prepared statement cache for PostgreSQL in matrix test 2021-02-04 00:07:31 +01:00
Christian Beikov 234bfab1ac HHH-14336 Enable tests across databases in Github Actions 2020-11-26 16:15:15 +01:00
Sanne Grinovero 2ef9451112 HHH-14284 Update Oracle JDBC driver configuration to test with version 19.8.0.0 2020-10-26 21:49:28 +00:00
Andrea Boriero 7dba4c2a61 HHH-13724 Add matrix configuration 2020-07-27 12:49:40 +01:00
Yoann Rodière 0f2a037e18 HHH-13606 Upgrade the HANA JDBC driver to 2.4.59 in the matrix_hana task
It's already the version we use when running test -Pdb=hana, so let's
be consistent.
2019-09-17 08:31:42 +02:00
Yoann Rodière ef87991fa3 HHH-13605 Upgrade the MariaDB JDBC driver to 2.2.4 in the matrix_mariadb task
It's already the version we use when running test -Pdb=mariadb, so let's
be consistent.
2019-09-11 21:20:35 -05:00
Andrea Boriero 32906e214c HHH-12899 Enable integration tests for MS SQL Server on the AWS build slaves 2018-08-10 10:35:10 +01:00
Sanne Grinovero cd8b754494 HHH-12901 Enable loading of additional JDBC drivers from a local path, rename the Oracle dependency 2018-08-09 15:26:47 +01:00
Sanne Grinovero 3c5a82bf7c HHH-12898 Enable integration tests for Oracle Standard Edition Two 12.1.0.2.v12 on the AWS build slaves 2018-08-09 11:34:31 +01:00
Andrea Boriero d2e38f8a0d HHH-12510 - Update PostgreSQL driver 2018-04-20 12:19:05 +01:00
Jonathan Bregler 69000ddc16 HHH-12462 - Use SAP HANA JDBC driver from Maven Central 2018-04-05 15:02:17 +03:00
Andrea Boriero ee0c8305e9 HHH-12190 - General tidying of Gradle scripts, add maven local to HANA matrix script 2018-01-17 20:10:33 +00:00
Andrea Boriero bd2106d6f8 HHH-12167 - Add matrix testing configuration for HANA database 2017-12-14 13:05:21 +00:00
Andrea Boriero 6b36e01b0c HHH-11598 - change pgsql driver version to 9.4.1208 2017-03-29 18:05:01 +01:00
Andrea Boriero 882d923586 HHH-11457 - Change matrix mariadb config to use MariaDB53Dialect 2017-02-15 12:36:24 +00:00
Sanne Grinovero 2bda2515af Move access credentials for Oracle testing database to environment variables 2016-01-17 23:52:40 +00:00
Sanne Grinovero 765cc6096f Add matrix testing configuration for Oracle database 2016-01-09 20:03:34 -05:00
Andrea Boriero bac4cd2128 HHH-9995 - Finish pgsql database profile 2015-09-29 18:14:07 +01:00
Andrea Boriero 8d3b2e723b HHH-9996 - Finish Derby database profile 2015-09-28 21:28:12 +01:00
Andrea Boriero 4da260b3be HHH-9990 - Enabled batched updates for versioned data by default 2015-08-05 11:27:18 +01:00
Steve Ebersole 6af89449f2 HHH-9956 - Enable derby database profile 2015-07-21 12:09:59 -05:00
Steve Ebersole 805600dd34 HHH-9956 - Enable derby database profile 2015-07-21 12:01:39 -05:00
Steve Ebersole b24ba54d38 HHH-9930 - Enable mariadb (mysql) database profile 2015-07-20 12:06:34 -05:00