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

Call query hooks for for queries which are scanned row by row #541

Open
rohitkg98 opened this issue May 23, 2022 · 1 comment
Open

Call query hooks for for queries which are scanned row by row #541

rohitkg98 opened this issue May 23, 2022 · 1 comment
Labels

Comments

@rohitkg98
Copy link

Currently, the QueryContext method being called in Rows method for SelectQuery is from built in sql package, which does not execute before and after query hooks.

A solution could be change is use to bun.DB or bun.Conn. or called beforeQuery and afterQuery helpers before and after calling QueryContext.

Copy link

github-actions bot commented Nov 7, 2024

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 7, 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