3524ead0a51cad63768e5f2277b28455d1a4a968
SQLite stores boolean values as an integer, serializing true as 1 and false as 0 [1], but it does not actually enforce this range. To match the documentation (and fix the broken test case), this patch makes a Go boolean true serialize properly to 1. [1] http://www.sqlite.org/datatype3.html
go-sqlite3
DESCRIPTION
sqlite3 driver for go that using database/sql
LICENSE
Description
Languages
C
96.2%
Go
3.4%
C++
0.3%