ListViewDbAccess.getSelectQuery(): Avoid using empty quickfind strings.
authorMurray Cumming <murrayc@murrayc.com>
Sun, 4 Mar 2012 09:41:21 +0000 (10:41 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Sun, 4 Mar 2012 09:41:21 +0000 (10:41 +0100)
commit8f75dd1f41d49f462f4bdf6073107b7364bb762a
tree2c0b8d6a914ab8be786640a07226b3716a644185
parent2ceb2ffda1059f9324da879d1cd81a6f4925d7d2
ListViewDbAccess.getSelectQuery(): Avoid using empty quickfind strings.

* src/main/java/org/glom/web/server/database/ListViewDBAccess.java
ListViewDBAccess.getSelectQuery(): Do not create a where clause for
an empty quickfind string. I also corrected libglom to create only
empty where clauses for empty quickfind strings, but this avoids the
need for that fix.
ChangeLog
src/main/java/org/glom/web/server/database/ListViewDBAccess.java