On Monday, August 28, 2017 at 3:52:54 PM UTC+2, Ain wrote:
>
> Does anyone use prepared select statements sucessfully? With which 
> DB/driver?
> I'm sure that if my code is silly someone would have pointed it out so I'm 
> wondering am I the only one trying to use prepared select statements...
>

Have you seen the last comment on:
https://godoc.org/database/sql#Tx.Prepare

It looks like you're missing the call to:
https://godoc.org/database/sql#Tx.Stmt

Cheers,

Christian 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to