mirror of https://github.com/mattn/go-sqlite3.git
d64145383b
Rows should not close the statement because Stmt has its own close function. This caused a double free error/crash on Fedora 16 x86_64. |
||
---|---|---|
example | ||
Makefile | ||
README.mkd | ||
sqlite3.go | ||
sqlite3_test.go |
README.mkd
go-sqlite3
DESCRIPTION
sqlite3 driver for go that using exp/sql