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
I've got a mongo query that returns results using a cursor. Mongo then uses the getMore command to pull back pages of results.
When using this library, with CaptureCommandText set to true, the db.statement tag gets set to the getMore command and not the initial mongo command that was called.
The text was updated successfully, but these errors were encountered:
jamiegs
changed the title
db.statement has getMore command rather than actual query
db.statement displays getMore command rather than actual query
Oct 14, 2020
I've got a mongo query that returns results using a cursor. Mongo then uses the getMore command to pull back pages of results.
When using this library, with
CaptureCommandText
set to true, thedb.statement
tag gets set to the getMore command and not the initial mongo command that was called.The text was updated successfully, but these errors were encountered: