-
-
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
added ability for callbacks to have time.Time as arguments
bug
#604
opened Jul 10, 2018 by
sum12
Loading…
feature: Allow custom window functions to be registered with the driver
#1220
opened Feb 11, 2024 by
ohaibbq
Loading…
make sure Close always removes the runtime finalizer
#1303
opened Dec 9, 2024 by
charlievieth
Loading…
sqlite3: reduce C to Go string conversions in SQLiteConn.{query,exec}
#1133
opened Feb 7, 2023 by
charlievieth
Loading…
Fix exponential memory allocation in Exec and improve performance
#1296
opened Nov 7, 2024 by
charlievieth
Loading…
Correct handling of SQLITE_TEXT during Change Data Capture
#1352
opened Sep 11, 2025 by
otoolep
Loading…
userauth: don't register no-op auth functions and unify public API
#1308
opened Dec 18, 2024 by
charlievieth
Loading…
sqlite3: save an alloc during bind by using time.Time.AppendFormat
#1157
opened Apr 21, 2023 by
charlievieth
Loading…
preupdate_hook: move convertAssign code to preupdate_hook file
#1156
opened Apr 21, 2023 by
charlievieth
Loading…
bugfix: after executing statement table lock was not cleared
#1195
opened Oct 23, 2023 by
letFunny
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.