[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-6386) sybase improvement

Strong Liu (JIRA) noreply at atlassian.com
Tue Jul 5 04:56:55 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu resolved HHH-6386.
-----------------------------

    Resolution: Fixed

> 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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list