Grails is a web application framework that uses Groovy and Java. The framework is oriented around high-productivity application development, and uses common Java technologies such as Hibernate and Spring.

learn more… | top users | synonyms (1)

0
votes
0answers
58 views
+50

Grails PostegreSQL and umlauts

My postreSQL query returns no results when a search string starts with an German umlaut like Ö. I am using ilike to get my results. The problems is if only the first letter is an umlaut.... The ...