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

Is it possible to insert a comment before or after a sql query? #998

Closed
pragkent opened this issue Jun 14, 2024 · 1 comment
Closed

Is it possible to insert a comment before or after a sql query? #998

pragkent opened this issue Jun 14, 2024 · 1 comment
Labels

Comments

@pragkent
Copy link

Is it possible to insert a comment before or after a sql query? We have a database middleware which parse hint from comment and route the request to the real backend mysql instances.

The query is something like:

/* shard = shard-00 */ select * from users where id = 100;
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days. If there is no update within the next 7 days, this issue will be closed.

@github-actions github-actions bot added the stale label Nov 18, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant