Eli Mesika has uploaded a new change for review. Change subject: core:add support for RHEVM case-insensitive search ......................................................................
core:add support for RHEVM case-insensitive search Bug origin is the caching mechanism we are using to store queries. Currently the cash is a Map with a string concatenation of the query text and max results as the key and the SQL generated as the value. The key should be enhanced to include the Case Sensitive flag value such that 2 identical queries with different values for that flag will be stored in separate cash entries Change-Id: I129a971e568ea5773a26ef32283ecb16b9252390 Signed-off-by: Eli Mesika <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SearchQuery.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/5393/1 -- To view, visit http://gerrit.ovirt.org/5393 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I129a971e568ea5773a26ef32283ecb16b9252390 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
