[jboss-user] [EJB 3.0] - Case sensitive queries?
asack
do-not-reply at jboss.com
Thu Oct 5 12:33:04 EDT 2006
It seems that queries using EJB3 are case insensitive, i.e if I do:
em.find(class, PK) or em.find(class, pk) they are equivalent (database is MySQL).
Is there anyway to add case sensitivity?
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976344#3976344
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976344
More information about the jboss-user
mailing list