Persistence QL Problems inspection support for yes_no?
Hibernate (3.1, anyway) has a property type of yes_no, which is a boolean value. In the query language, you scan specifiy conditions such as
where object.property = no
However, the Persistence QL Problems inspection showes this as an error. Is there a way to add "yes" and "no" to it's list of valid boolean values?
I'm using IDEA 9.0.4
Thanks.
请先登录再写评论。
Please file a ticket at http://youtrack.jetbrains.net
On 29.11.2010 19:51, Zac Jacobson wrote:
>
>
>
>
Thanks,
I've added filed issue IDEA-62076.