AnswerDotAI / sqlite-minutils

A fork of sqlite-utils with CLI etc removed
https://AnswerDotAI.github.io/sqlite-minutils
Apache License 2.0
6 stars 6 forks source link

Fix wrong handling of named parameters #13

Open ofer1992 opened 1 month ago

ofer1992 commented 1 month ago

A bug in db.q where queries with named parameters which require a dictionary of name,value were not working. Parameter dicts were accidentally turned to tuples of keys.

tosh commented 2 weeks ago

I also ran into this just now (workaround in application code: positional parameters do work).