sqlf
sqlf copied to clipboard
examples: Returning requires QueryRowAndClose
Examples in README.md
and stmt.go
use Returning()
with ExecAndClose()
but to actually obtain id
one should use QueryRowAndClose()
.