[Hibernate-JIRA] Created: (HHH-6386) sybase improvement
by Strong Liu (JIRA)
sybase improvement
------------------
Key: HHH-6386
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6386
Project: Hibernate Core
Issue Type: Bug
Reporter: Strong Liu
Assignee: Strong Liu
Fix For: 3.6.6, 4.0.0.next
add registerFunction( "sysdate", new NoArgSQLFunction("getdate", StandardBasicTypes.TIMESTAMP) ); to SybaseASE15Dialect
registerColumnType(Types.BINARY, "binary($l)");
registerColumnType(Types.REAL, "real");
registerColumnType(Types.BOOLEAN, "bit");
and fix the following test failures
org.hibernate.test.annotations.xml.ejb3.Ejb3XmlTest
org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.IdMapManyToOneSpecjTest
org.hibernate.test.annotations.derivedidentities.e2.b.DerivedIdentityIdClassParentEmbeddedIdDepTest
testOneToOneExplicitJoinColumn(org.hibernate.test.annotations.derivedidentities.e4.a.DerivedIdentitySimpleParentSimpleDepTest)
testOneToOneExplicitJoinColumn(org.hibernate.test.annotations.derivedidentities.e5.a.DerivedIdentityIdClassParentSameIdTypeIdClassDepTest)
testOneToOneExplicitJoinColumn(org.hibernate.test.annotations.derivedidentities.e5.b.DerivedIdentityIdClassParentSameIdTypeEmbeddedIdDepTest)
testOneToOneExplicitJoinColumn(org.hibernate.test.annotations.derivedidentities.e6.a.DerivedIdentityEmbeddedIdParentSameIdTypeIdClassDepTest)
testOneToOneExplicitJoinColumn(org.hibernate.test.annotations.derivedidentities.e6.b.DerivedIdentityEmbeddedIdParentSameIdTypeEmbeddedIdDepTest)
testTckLikeBehavior(org.hibernate.test.annotations.derivedidentities.e5.a.DerivedIdentityIdClassParentSameIdTypeIdClassDepTest)
testUsage(org.hibernate.test.id.uuid.sqlrep.sqlbinary.UUIDBinaryTest)
testUsage(org.hibernate.test.id.uuid.strategy.CustomStrategyTest)
testMixedInheritance(org.hibernate.test.mixed.MixedTest)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months