Skip to content

Parameterize the SELECT list using the query mod system? #1248

Answered by stephenafamo
kevinms asked this question in Q&A
Discussion options

You must be logged in to vote

As far as I know, SQL itself does not let you parameterize select lists.

You can try to test this by using *sql.DB.QueryContext with your parameters where you want them to be.

SQLBoiler does not provide any string escape functions by itself.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kevinms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants