|
From: Fabio M. (JIRA) <nh...@gm...> - 2011-04-29 23:08:37
|
[ http://216.121.112.228/browse/NH-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabio Maulo updated NH-2681:
----------------------------
Priority: Trivial (was: Major)
Affects Version/s: (was: 3.2.0Alpha2)
(was: 3.2.0Alpha1)
> Question marks in column names are not escaped correctly
> --------------------------------------------------------
>
> Key: NH-2681
> URL: http://216.121.112.228/browse/NH-2681
> Project: NHibernate
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.1.0
> Reporter: Diego Mijelshon
>
> Given a mapping like this:
> <class name="Foo">
> ...
> <property name="IsBar" column="`Bar?`" />
> </class>
> The following HQL fails trying to replace the question mark with a parameter:
> from Foo
> This, however, works correctly:
> select IsBar from Foo
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|