You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Currently, the
QueryContext
method being called inRows
method forSelectQuery
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
andafterQuery
helpers before and after callingQueryContext
.The text was updated successfully, but these errors were encountered: