Test other data types
borkdude opened this issue · 1 comments
borkdude commented
https://sqlite.org/datatype3.html
- currently we need to pass everything as strings, but the JSON does have the valid types
borkdude commented
@lispyclouds I pushed a fix for passing numbers as query args. Before we only supported strings.
See 86c3660.