Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-core
Commit: d4b47e78bab90f93ba3904e01f30569104f5730e
https://github.com/hibernate/hibernate-core/commit/d4b47e78bab90f93ba3904...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractTransactSQLDialect.java
M
hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/NullablePrimaryKeyTest.java
Log Message:
-----------
HHH-6775: Changed AbstractTransactSQLDialect.getNullColumnString() to return empty
string, which matches some of the other dialects and allows the DB to auto-determine a
column's nullability in certain situations