0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-07-10 12:48:51 +00:00
Files
go-sqlite3/sqlite3_test.go
gber db4c9426f8 Enable all prefixes for named parameters and allow for unused named parameters (#811)
* Allow unused named parameters

Try to bind all named parameters and ignore those not used.

* Allow "@" and "$" for named parameters

* Add tests for named parameters

Co-authored-by: Guido Berhoerster <guido+go-sqlite3@berhoerster.name>
2020-05-14 23:28:04 +09:00

57 KiB