0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-07-22 00:29:16 +00:00
Files
go-sqlite/sqlite.go
Dan Peterson 2d062fa148 driver: support ?NNN and $NNN parameters, add tests
Fix a bug around ensuring each index matches a corresponding
argument.

Support ?NNN parameters by checking for a match between NNN and
Ordinal. Do the same for $NNN even though $NNN should technically
require sql.Named.

Updates https://gitlab.com/cznic/sqlite/-/issues/42.
2021-01-18 11:23:00 -04:00

34 KiB