[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2850) boolean substitution does not work

Csaba Nemeth (JIRA) noreply at atlassian.com
Wed Mar 19 15:08:33 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_29840 ] 

Csaba Nemeth commented on HHH-2850:
-----------------------------------

I ran into the same problem.
It does not work with hibernate 3.2 - I tried 3.2.4, 3.2.5, 3.2.6.
I tested with MySQL and SQLServer on windows xp.

It works with hibernate 3.1

> boolean substitution does not work
> ----------------------------------
>
>                 Key: HHH-2850
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2850
>             Project: Hibernate3
>          Issue Type: Bug
>          Components: query-sql
>    Affects Versions: 3.2.5
>         Environment: Windows XP, Hibernate 3.2.5, Derby
>            Reporter: Ivo Abeloos
>            Priority: Minor
>
> In hibernate configuration we have configured the following key:
> hibernate.query.substitutions=true '1', false '0', yes 'Y', no 'N'
> When the AST is transformed into SQL, the true is substituted by 1 instead of the '1' characters.
> After some examination we saw that the BooleanLiteralNode just uses the dialect to replace the boolean value and ignores the tokenReplacements of the QueryTranslatorImpl.

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