-
-
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
Fix marshaling error in Go->SQLite boolean values
#6
by lye
was merged Feb 7, 2012
Loading…
updated Feb 7, 2012
Fix sql.DB leaks in unit tests so that tests pass on vmware hgfs
#22
by christophershirk
was merged Sep 12, 2012
Loading…
updated Sep 12, 2012
Add support for extracting 2006-01-02 formatted timestamps.
#28
by lye
was merged Nov 5, 2012
Loading…
updated Nov 5, 2012
Use sqlite amalgamation source on all platforms
#48
by jessevdk
was closed Mar 23, 2013
Loading…
updated Mar 23, 2013
Change extension loading mechanism to use a string list of extensions
#73
by cookieo9
was merged Aug 25, 2013
Loading…
updated Aug 25, 2013
database/sql expects io.EOF after all rows have been Next'ed
#10
by fiber
was closed Mar 2, 2012
Loading…
updated Jun 12, 2014
Next(): populate Row with []byte instead of string, as per driver doc
#97
by mpl
was merged Dec 5, 2013
Loading…
updated Jun 13, 2014
make driver.Rows.Next() implementation correct by setting BLOB/TEXT valu...
#93
by timob
was closed Dec 23, 2013
Loading…
updated Jun 13, 2014
Handle bool values with "BOOLEAN" columns.
#15
by jander
was merged May 28, 2012
Loading…
updated Jun 13, 2014
inserting zero-length strings failed.
#1
by fiber
was merged Dec 3, 2011
Loading…
updated Jun 14, 2014
call sqlite3_column_blob() before sqlite3_column_bytes()
#67
by dajohi
was merged Aug 4, 2013
Loading…
updated Jun 15, 2014
Update to build at tip (exp/sql -> database/sql)
#4
by bytbox
was merged Jan 21, 2012
Loading…
updated Jun 15, 2014
add new test for WAL journal_mode
#83
by dajohi
was merged Sep 13, 2013
Loading…
updated Jun 16, 2014
Add support for extracting
2006-01-02 15:04:05.000 formatted datetime.
#29
by matrixik
was merged Nov 29, 2012
Loading…
updated Jun 17, 2014
Fix invalid memory read in Close()
#24
by jgallagher
was merged Oct 16, 2012
Loading…
updated Jun 17, 2014
Previous Next
ProTip!
Follow long discussions with comments:>50.