[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6245) native sql type used in tests

Strong Liu (JIRA) noreply at atlassian.com
Mon May 23 01:33:24 EDT 2011


 native sql type used in tests
------------------------------

                 Key: HHH-6245
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6245
             Project: Hibernate Core
          Issue Type: Bug
          Components: testsuite
            Reporter: Strong Liu


org.hibernate.test.instrument.runtime.JavassistInstrumentationTest 
org.hibernate.test.instrument.runtime.CGLIBInstrumentationTest

fail since Document.hbm.xml uses 
{code}
<property name="sizeKb" lazy="true">
    		<column name="size_mb"
    			read="size_mb * 1024.0"
    			write="? / cast( 1024.0 as float )"/>
    	</property>
{code} 
the "float" type may not correct for some DBs

-- 
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