Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for noCursorTimeout #4035

Open
panga opened this issue Feb 5, 2024 · 0 comments
Open

Add support for noCursorTimeout #4035

panga opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels
area/cursors Issues about cursors code/feature Some user-visible feature is not implemented yet not ready Issues that are not ready to be worked on; PRs that should skip CI

Comments

@panga
Copy link

panga commented Feb 5, 2024

FerretDB version

v1.19

Backend

PostgreSQL 13

Environment

  • OS: Docker for Mac
  • Deployment: Docker using ghcr.io/ferretdb/ferretdb:1.19.0 image
  • Deployment details: Docker version 25.0.2

What did you do?

db.collection.find(query).noCursorTimeout();

What did you expect to see?

No errors, work as specified in https://www.mongodb.com/docs/manual/reference/method/cursor.noCursorTimeout/
or ignore the parameter.

What did you see instead?

MongoServerError: find: support for field "noCursorTimeout" with non-default value true is not implemented yet.

@panga panga added code/bug Some user-visible feature works incorrectly not ready Issues that are not ready to be worked on; PRs that should skip CI labels Feb 5, 2024
@AlekSi AlekSi added area/cursors Issues about cursors code/feature Some user-visible feature is not implemented yet and removed code/bug Some user-visible feature works incorrectly labels Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cursors Issues about cursors code/feature Some user-visible feature is not implemented yet not ready Issues that are not ready to be worked on; PRs that should skip CI
Projects
None yet
Development

No branches or pull requests

3 participants