-
-
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…
updated Oct 27, 2021
Update _example/mod_regexp to remove memory leak in regexp_func
#1023
opened Mar 18, 2022 by
Binary-Eater
Loading…
updated Mar 18, 2022
&dest should be dest in pre update hook when getting old/new row
#1048
opened May 14, 2022 by
joefrancia
Loading…
updated May 14, 2022
Corrected minor typos for ease of understanding
#1098
opened Oct 6, 2022 by
robertjamison
Loading…
updated Oct 18, 2022
Fix #1080: vtable uses an explicit Omit flag now
#1081
opened Aug 31, 2022 by
cheezypoofs
Loading…
updated Nov 4, 2022
Document that "Z" is trimmed when parsing time
#1125
opened Jan 26, 2023 by
emersion
Loading…
updated Jan 26, 2023
docs: add go-sqlite3-stdlib to extensions section
#1187
opened Aug 18, 2023 by
wxsms
Loading…
updated Aug 18, 2023
Issue 787: enable SQLITE_ENABLE_UPDATE_DELETE_LIMIT
#802
opened Apr 14, 2020 by
itizir
Loading…
updated Dec 14, 2023
bugfix: after executing statement table lock was not cleared
#1195
opened Oct 23, 2023 by
letFunny
Loading…
updated Jan 29, 2024
Add support for datetime columns declared with a precision
#1221
opened Feb 13, 2024 by
segiddins
Loading…
updated Feb 13, 2024
add support for sqlite3_db_status #701
#1247
opened Jun 5, 2024 by
tadnir
Loading…
updated Jun 5, 2024
preupdate_hook: move convertAssign code to preupdate_hook file
#1156
opened Apr 21, 2023 by
charlievieth
Loading…
updated Jul 23, 2024
sqlite3: don't copy string in bind()
#1158
opened Apr 21, 2023 by
charlievieth
Loading…
updated Jul 23, 2024
sqlite3: save an alloc during bind by using time.Time.AppendFormat
#1157
opened Apr 21, 2023 by
charlievieth
Loading…
updated Jul 23, 2024
Update type for blob to be byte array, instead of sql.RawBytes
#1274
opened Sep 5, 2024 by
APshenkin
Loading…
updated Sep 5, 2024
Add description to cross compile for specific libc dependency
#1276
opened Sep 14, 2024 by
Thomblin
Loading…
updated Sep 14, 2024
Return io.EOF for empty Query statements
#1285
opened Oct 11, 2024 by
ganigeorgiev
Loading…
updated Oct 11, 2024
sqlite3: reduce C to Go string conversions in SQLiteConn.{query,exec}
#1133
opened Feb 7, 2023 by
charlievieth
Loading…
updated Nov 7, 2024
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.