dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Fix issue 122 #124

Closed dyedgreen closed 3 years ago

dyedgreen commented 3 years ago

Closes #122

Fixes incorrect handling of big integers when binding the values to SQLite INTEGER columns.