Fix quick find.
authorMurray Cumming <murrayc@murrayc.com>
Mon, 14 May 2012 07:32:26 +0000 (09:32 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 14 May 2012 07:32:26 +0000 (09:32 +0200)
commitdd65a908dd69a4a297810f54e96c79022137005a
tree678b96cb6f7da80867d3dd01f3411808f92fcf9c
parent5952b22e0902b5019f2bfb3c8ecfd2d7e8bd6243
Fix quick find.

* src/main/java/org/glom/web/server/SqlUtils.java:
get_find_where_clause_quick(): Use a comparison of
lowercase values, instead of a simple equals. Regular Glom
uses the PostgreSQL ILIKE operator but jOOQ does not
support that just yet, though it will soon.
ChangeLog
src/main/java/org/glom/web/server/SqlUtils.java