dolt
dolt copied to clipboard
Unused query bindings should be an error
It's possible to pass more query bindings than there are bindvars in a query. This should be an error.
My PR from months ago claims to fix this but I think that's a lie. I think it's still possible to pass in more bind vars than the query contains, and this should be an error (silently swallows application bugs otherwise).
fix is merged to gms, main will eventually make it to dolt main