You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version
Which LiteDB version/OS/.NET framework version are you using. (REQUIRED)
litedb.5.0.0-rc / 7 x32 / 4.5.2
Describe the bug
col.Find(Query.All(Query.Ascending), limit:=Limit)
col.Find(Query.All(Query.Descending), limit:=Limit)
both commands gives same results (Ascending)
Version
Which LiteDB version/OS/.NET framework version are you using. (REQUIRED)
litedb.5.0.0-rc / 7 x32 / 4.5.2
Describe the bug
col.Find(Query.All(Query.Ascending), limit:=Limit)
col.Find(Query.All(Query.Descending), limit:=Limit)
both commands gives same results (Ascending)
Code to Reproduce
The text was updated successfully, but these errors were encountered: