sqlf icon indicating copy to clipboard operation
sqlf copied to clipboard

examples: Returning requires QueryRowAndClose

Open lukpank opened this issue 2 years ago • 0 comments

Examples in README.md and stmt.go use Returning() with ExecAndClose() but to actually obtain id one should use QueryRowAndClose().

lukpank avatar Jul 02 '22 15:07 lukpank