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

Why reRestrictedKeywords does not contain UPDATE keyword? #696

Closed
shengchaohua opened this issue Oct 31, 2023 · 1 comment
Closed

Why reRestrictedKeywords does not contain UPDATE keyword? #696

shengchaohua opened this issue Oct 31, 2023 · 1 comment

Comments

@shengchaohua
Copy link

// List of keywords that are not allowed in read-only mode
reRestrictedKeywords = regexp.MustCompile(`(?mi)\s?(CREATE|INSERT|DROP|DELETE|TRUNCATE|GRANT|OPEN|IMPORT|COPY)\s`)
@sosedoff
Copy link
Owner

That's a good question. I probably missed it.

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

No branches or pull requests

2 participants