-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Pull requests: mattn/go-sqlite3
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
add Version func for retrieving SQLite library version info
#152
by rhomel
was merged Oct 13, 2014
Loading…
Fix RawBytes support, and avoid unnecessary allocations.
#98
by bradfitz
was closed Jul 16, 2014
Loading…
Next(): populate Row with []byte instead of string, as per driver doc
#97
by mpl
was merged Dec 5, 2013
Loading…
make driver.Rows.Next() implementation correct by setting BLOB/TEXT valu...
#93
by timob
was closed Dec 23, 2013
Loading…
sqlite3_column_blob() returns NULL for zero-length BLOB
#89
by hattya
was merged Oct 24, 2013
Loading…
Add benchmark tests. As used by other database/sql drivers.
#85
by timob
was merged Sep 18, 2013
Loading…
ProTip!
Mix and match filters to narrow down what you’re looking for.