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

Fix for #1988 - respect SELECT missing from command map #2023

Merged
merged 2 commits into from
Mar 7, 2022

Conversation

NickCraver
Copy link
Collaborator

This resolves #1988 by respecting when the SELECT command has been disabled. It's memoized which seems bit extreme here but that's because we're inside the lock and every op matters. Measured locally to ensure no regressions.

This resolves #1988 by respecting when the `SELECT` command has been disabled. It's memoized which seems  bit extreme here but that's because we're inside the lock and every op matters. Measured locally to ensure no regressions.
@NickCraver NickCraver marked this pull request as ready for review March 6, 2022 23:34
@NickCraver
Copy link
Collaborator Author

cc @slorello89

@NickCraver NickCraver merged commit d3dc356 into main Mar 7, 2022
@NickCraver NickCraver deleted the craver/fix-1988 branch March 7, 2022 16:16
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.

SELECT after every EXEC / non-standard command
2 participants