-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.1
-
Component/s: None
-
Environment:Driver 1.1
Mongo 1.8.3
-
None
-
Major Change
-
None
-
None
-
None
-
None
-
None
-
None
In version 1.1 you changed type of return value of .Count() to long
So now we can have long-size count.
but we can't skip some long-size items becasue MongoCursor<T>.SetSkip and MongoCursor<T>.SetLimit()
have the int arguments both.
Please fix it.