Skip to content

Pull requests: mattn/go-sqlite3

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Plug leak
#913 by otoolep was closed Feb 8, 2021 Loading…
Support serialize and deserialize
#911 by otoolep was closed Jan 29, 2021 Loading…
sqlite3.go: use PRAGMA to set busy_timeout
#910 by danp was merged Oct 25, 2021 Loading…
Update SQLite3_ The columntypescantype method of type
#909 by Auler was merged Oct 25, 2021 Loading…
Adds a fuzz target
#908 by catenacyber was merged Feb 15, 2021 Loading…
Export sqlite3_serialize & sqlite3_deserialize
#901 by otoolep was closed Jan 11, 2021 Loading…
Export sqlite3_column_table_name
#900 by otoolep was merged Feb 18, 2021 Loading…
Make Error work work with and without cgo enabled
#899 by arp242 was closed Jan 10, 2022 Loading…
fix idxStr freeing issue
#898 by patrickdevivo was merged Oct 25, 2021 Loading…
Update amalgamation code
#896 by mattn was merged Dec 26, 2020 Loading…
Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly()
#895 by arp242 was merged Dec 27, 2020 Loading…
Add ?_cache_size=[..] to connection parameters
#894 by arp242 was merged Dec 26, 2020 Loading…
clarify usleep license
#893 by bradrydzewski was merged Dec 26, 2020 Loading…
VTab BestIndex idxStr Fix
#891 by patrickdevivo was closed Dec 19, 2020 Loading…
Upgrade sqlite3 to 3.34
#888 by yrashk was closed Dec 26, 2020 Loading…
add support for defining an "eponymous only" virtual table
#885 by patrickdevivo was merged Dec 26, 2020 Loading…
2 tasks done
sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go
#883 by evanj was merged Nov 16, 2020 Loading…
doc.go: you can use Conn.Raw to get *SQLiteConn
#882 by evanj was merged Nov 16, 2020 Loading…
Expand documentation for extension functions
#880 by macaullyjames was merged Nov 16, 2020 Loading…
TestExecContextCancel: Reduce timeout to make less flaky
#879 by evanj was merged Nov 16, 2020 Loading…
Support vfs for Open
#877 by mattn was merged Nov 16, 2020 Loading…
.github/workflows: stop using deprecated add-path command
#873 by evanj was merged Nov 16, 2020 Loading…
ProTip! Exclude everything labeled bug with -label:bug.