Commit Graph

21 Commits

Author SHA1 Message Date
Philippe Marschall eed7f70751 HHH-11806 - Add support for MariaDB 10.3
HHH-11769 - New MariaDB Dialect for MariaDB >= v10.1
2018-03-28 11:05:17 +03:00
Jonathan Bregler 4b21dbac19 HHH-12426 - SAP HANA spatial dialect should support all SAP HANA spatial functions 2018-03-28 10:52:34 +03:00
Jonathan Bregler 3aad752b04 Improved Hibernate support for SAP HANA
- Identity column support
- Spatial support
- Various minor improvements in HANA dialects
2017-09-21 12:05:19 -05:00
Vlad Mihalcea 442f5e60dd HHH-11863 - Implement REF_CURSOR support for StoredProcedureQuery.getOutputParameterValue(4); 2017-09-21 13:56:25 +03:00
Vlad Mihalcea 5b50d91b2d Change Informix Docker IP 2017-09-18 15:53:35 +03:00
Vlad Mihalcea 31942cb3e4 Add local MySQL Docker connection config 2017-09-11 09:58:17 +03:00
Vlad Mihalcea 216e61fc9b HHH-11764 - JTS geometry being bound to byte array instead of PGgeometry 2017-06-14 22:08:12 +02:00
Vlad Mihalcea 44eedfc34f Add support for testing on DB2 2017-05-08 11:58:13 +03:00
Vlad Mihalcea 2b79644b63 HHH-11473 - Refactor MySQL Dialects 2017-02-20 15:35:16 +02:00
Vlad Mihalcea 7c06d003dc HHH-11457 - Add MariaDB specific Dialects 2017-02-15 12:08:34 +02:00
Andrea Boriero 455d86307b HHH-10695 - Fix MySQL should not use the NCLOB type 2016-08-09 16:26:38 -07:00
Andrea Boriero 34b63336a6 change mysql config 2016-08-09 16:26:38 -07:00
Nikita 309b1b27b0 HHH-10516 - Incorrect coalesce function for InformixDialect
HHH-10846 - InformixDialect has incorrect substring function
2016-06-16 16:24:59 +03:00
Vlad Mihalcea a599d4fc1d HHH-10797 - PostgreSQL81Dialect does not honor the lock timeout settings
HHH-10799 - Add PostgreSQL 9.5 Dialect which supports the SKIP LOCKED clause
HHH-10816 - SQLServer2005Dialect does not use NOWAIT for aliases
HHH-10817 - AbstractHANADialect should support the NOWAIT directive in the FOR UPDATE clause
2016-06-10 19:22:00 +03:00
Vlad Mihalcea e1f783ca39 Add Derby to dbBundle list 2016-05-19 08:47:49 +03:00
Vlad Mihalcea c5704dbafa HHH-10750 - Add stored procedure unit tests for Oracle, MySQL, PostgreSQL, and SQL Server 2016-05-18 13:16:22 +03:00
Gustavo Adolfo Rodríguez Libreros 5c724307c7 HHH-9570: Auto-detect SQL Server 2014
Copying a previous workaround for the same issue: https://github.com/hibernate/hibernate-orm/pull/395

- Previously, SQL Server version 12 (SQL Server 2014) was an unknown version, resulting in the SQLServerDialect
- Add version 12 to the switch statement so that SQLServer2012Dialect  is now returned by default, as SQL Server 2014 is much more similar to SQL Server 2012 than SQL Server 2000
- Add test case
- Add Oracle and SQL Server environments for testing purpose
2016-04-25 17:57:06 +03:00
Karel Maesen 5c8c794553 Updates Spatial Documentation 2016-04-19 08:38:47 +03:00
Andrea Boriero add68bbe93 Add mariadb config to be used with gradle processTestResources -Pdb= 2016-03-29 18:06:30 +02:00
Vlad Mihalcea c62c367957 HHH-9271 - IdentityGenerator broken with quoted identifiers 2016-03-22 12:29:45 +02:00
Vlad Mihalcea 0ed39c7746 Change hibernate.properties to take configurable environment settings 2016-03-16 09:30:29 +02:00