-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
2
-
Not Needed
-
Developer Tools
Problem Statement/Rationale
The Java Driver supports, on several methods, a first parameter of type Session, to allow using MongoDB commands in a transaction. Right now, the parser, ignores this first parameter and assumes it is a filter, generating an empty query.
Steps to Reproduce
Create a query with a session.
Expected Results
We, for now, ignore the session parameter and start processing after the session parameter.
Actual Results
We are considering the session parameter as the filter of the query and it's incorrect.
Additional Notes
Any additional information that may be useful to include.