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

Add driver.Connector implementation for SQLite (#1001)
#1340 opened Jun 28, 2025 by ljluestc Loading… updated Nov 2, 2025
Add support for SQLCipher
#1109 opened Nov 10, 2022 by jgiannuzzi Loading… updated Oct 22, 2025
SQLiteConn: Add 'Raw' method to give access to underlying sqlite3 context structure
#1360 opened Oct 21, 2025 by gwd Loading… updated Oct 21, 2025
Add Blob I/O
#1083 opened Sep 1, 2022 by joriszwart Loading… updated Oct 7, 2025
Support PRAGMA key
#1350 opened Sep 1, 2025 by oporat Loading… updated Sep 25, 2025
Add function to register wal hook
#1353 opened Sep 24, 2025 by gfanto Loading… updated Sep 24, 2025
Correct handling of SQLITE_TEXT during Change Data Capture
#1352 opened Sep 11, 2025 by otoolep Loading… updated Sep 20, 2025
Add go 1.25 to the test matrix
#1351 opened Sep 8, 2025 by eagleflo Loading… updated Sep 8, 2025
Add SetErrorLog function
#1190 opened Sep 30, 2023 by c4rlo Loading… updated Aug 15, 2025
add sqlite_dbstat tag for the DBSTAT virtual table
#1338 opened May 20, 2025 by calmh Loading… updated Aug 12, 2025
feat: add option to support DBSTAT
#1186 opened Aug 13, 2023 by walterwanderley Loading… updated Jul 23, 2025
Proposal: sub-packages to enable optional features
#1134 opened Feb 9, 2023 by emersion Loading… updated Jul 6, 2025
Add columns used to BestIndex callback, add missing index constraint op types.
#1336 opened Apr 27, 2025 by theimpostor Loading… updated Apr 27, 2025
2
Add SQLite session extension
#1334 opened Apr 16, 2025 by rodydavis Loading… updated Oct 29, 2025
use sqlite3_column_type() for ColumnTypeScanType()
#1327 opened Mar 17, 2025 by alkemir Loading… updated Apr 12, 2025
Add sqlite_dbpage extension build tag
#1320 opened Feb 25, 2025 by hifi Loading… updated Apr 9, 2025
userauth: don't register no-op auth functions and unify public API
#1308 opened Dec 18, 2024 by charlievieth Loading… updated Apr 8, 2025
always close db connection on error in Open
#1302 opened Dec 9, 2024 by charlievieth Loading… updated Apr 5, 2025
Fix exponential memory allocation in Exec and improve performance
#1296 opened Nov 7, 2024 by charlievieth Loading… updated Apr 5, 2025
reduce allocations when binding string/time args
#1293 opened Nov 5, 2024 by charlievieth Loading… updated Apr 1, 2025
feature: Allow custom window functions to be registered with the driver
#1220 opened Feb 11, 2024 by ohaibbq Loading… updated Mar 5, 2025
Fix #1316: Example vtable_eponymous_only misses start value assignment to cursor
#1317 opened Feb 13, 2025 by philippfriese Loading… updated Feb 13, 2025
Fix json example
#1313 opened Jan 21, 2025 by Jaculabilis Loading… updated Jan 21, 2025
reduce CGO calls when scanning rows
#1291 opened Nov 2, 2024 by charlievieth Loading… updated Jan 13, 2025
Reduce QueryContext allocations by reusing the channel
#1295 opened Nov 7, 2024 by charlievieth Loading… updated Jan 13, 2025
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.