这是indexloc提供的服务,不要输入任何密码
Skip to content

rename "native query" to "native procedure"; remove read-only native procedures #29

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

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

hallettj
Copy link
Collaborator

@hallettj hallettj commented Apr 4, 2024

Describe your changes

Going forward "native query" will refer to a thing defined by an aggregation pipeline (not an arbitrary MongoDB command) that will appear in the data graph as a function. (Maybe we will add support for native queries that appear as collections at some point, but we've been asked to specifically implement the function case.)

What was previously called a "native query" is now called a "native procedure". It maps exclusively to a procedure in the data graph. The read-write/read-only switch is gone - procedures will only be used for mutations.

Issue ticket number and link

MDB-102

Changelog

Type

  • highlight
  • enhancement
  • bugfix
  • behaviour-change
  • performance-enhancement
  • security-fix

Changelog entry

What was previously referred to as a "native query" has been renamed to "native procedure". The read-only option for native procedures has been removed.

@hallettj hallettj self-assigned this Apr 4, 2024
@hallettj hallettj merged commit 42dddff into main Apr 4, 2024
@hallettj hallettj deleted the jesse/rename-native-procedures branch April 4, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants