|
From: Steve E. (JIRA) <no...@at...> - 2006-06-26 20:08:10
|
booleans not properly handled in assignment clause of UPDATE statements
-----------------------------------------------------------------------
Key: HHH-1855
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1855
Project: Hibernate3
Type: Bug
Components: query-hql
Reporter: Steve Ebersole
Assigned to: Steve Ebersole
Fix For: 3.2.0
booleans, either as literals or as parameters, are not properly handled when encountered in the assignment (SET) clause of UPDATE statements. Specifically, they are not treated as the "correct" type.
--
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
|