Commit Graph

7 Commits

Author SHA1 Message Date
Andrea Boriero cdb11f9be2 HHH-10695 - Fix MySQL should not use the NCLOB type
(cherry picked from commit 455d86307b)
2016-08-09 16:29:41 -07:00
Andrea Boriero f8393c9c20 change mysql config
(cherry picked from commit 34b63336a6)
2016-08-09 16:29:22 -07:00
Gustavo Adolfo Rodríguez Libreros 01430c5be1 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:39:51 +03:00
Karel Maesen 7ad1c59876 Updates Spatial Documentation 2016-04-19 08:30:52 +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