-
-
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 driver.Connector implementation for SQLite (#1001)
#1340
opened Jun 28, 2025 by
ljluestc
Loading…
updated Nov 2, 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
Correct handling of SQLITE_TEXT during Change Data Capture
#1352
opened Sep 11, 2025 by
otoolep
Loading…
updated Sep 20, 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
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
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
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.