Commit Graph

15 Commits

Author SHA1 Message Date
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