Eli Mesika has submitted this change and it was merged.

Change subject: core:add support for engine case-insensitive search
......................................................................


core:add support for engine 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(-)

Approvals:
  Eli Mesika: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/5393
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I129a971e568ea5773a26ef32283ecb16b9252390
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to