tursodatabase / libsql-client-ts

TypeScript/JavaScript client API for libSQL
https://docs.turso.tech/sdk/ts/quickstart
MIT License
289 stars 37 forks source link

Add more tests for handling of numeric values #72

Closed honzasp closed 1 year ago

honzasp commented 1 year ago

...and fix a bug in the local sqlite3 client which converted booleans to floats instead of integers.

honzasp commented 1 year ago

Inspired by #71