babashka/pod-babashka-go-sqlite3

Test other data types

borkdude opened this issue · 1 comments

https://sqlite.org/datatype3.html

  • currently we need to pass everything as strings, but the JSON does have the valid types

@lispyclouds I pushed a fix for passing numbers as query args. Before we only supported strings.

See 86c3660.