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
{{ message }}
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
I’m curious what the sqlcommenter story is with prepared statements. At least in Postgres there is, for obvious reasons, no way to inject data into prepared statements without re-preparing it every time (various things in the pipeline, client libraries, poolers and Postgres itself hash query text).
Is there any work in progress to discuss with the databases themselves a solution to inject metadata into queries without hacking through comments?
I’m curious what the sqlcommenter story is with prepared statements. At least in Postgres there is, for obvious reasons, no way to inject data into prepared statements without re-preparing it every time (various things in the pipeline, client libraries, poolers and Postgres itself hash query text).
Is there any work in progress to discuss with the databases themselves a solution to inject metadata into queries without hacking through comments?