[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4452?page=c...
]
Gail Badner updated HHH-4452:
-----------------------------
Affects Version/s: 3.6.0
Summary: Sybase ignores the last byte when persisting a byte [] with
BinaryType and the last byte is 0 (was: Sybase ingroes the last byte when persis a byte
[] with BinaryType and the last byte is 0)
Sybase ignores the last byte when persisting a byte [] with
BinaryType and the last byte is 0
----------------------------------------------------------------------------------------------
Key: HHH-4452
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4452
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.5.0.Beta-1, 3.6.0
Environment: hibernate-core trunk + sybase ase 15
Reporter: Strong Liu
this issue can be repro with org.hibernate.test.annotations.LobTest.testBinary().
and that test will throw an ArrayIndexOutOfBoundsException.
but if we change metadata[1] = (byte) 0; to metadata[1] = (byte) 2; (something else
except 0), then the test will pass.
--
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