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
However, upon generating the code, those comments get stripped out and instead got shoved on top of the generated Go method. Is there a way to prevent this from happening?
Currently there isn't a way to change this behavior, but your use case makes sense.
kyleconroy
changed the title
Is there a way to include comments inside the generated SQL statement?
Include comments inside the generated SQL statement
Jun 7, 2023
Uh oh!
There was an error while loading. Please reload this page.
What do you want to change?
Hi!
I'd like to use sqlmw interceptors with sqlcache.
sqlcache relies on query "annotations", like so:
However, upon generating the code, those comments get stripped out and instead got shoved on top of the generated Go method. Is there a way to prevent this from happening?
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
Go
The text was updated successfully, but these errors were encountered: