Details
-
Type:
Story
-
Status: In Progress
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Epic Link:
-
Team:Data Access and Database
Description
Queries that involve secondary index but use "!=", ">=", "<=", '<', '>' instead of "=", or "IN" work incorrectly. Example "select * from Object where objectId > 123" will be treated as "select * from Object where objectId = 123".
Update also UserManual.md