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

Make sqlite3.Open thread safe
#790 opened Feb 28, 2020 by pzbitskiy Loading… updated Jul 12, 2020
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
port sqlcipher to go-sqlite3
#622 opened Aug 24, 2018 by auxten Loading… updated Nov 22, 2022
Document that "Z" is trimmed when parsing time
#1125 opened Jan 26, 2023 by emersion Loading… updated Jan 26, 2023
Update sqlite3.go
#1132 opened Feb 6, 2023 by ssgugan Loading… updated Feb 7, 2023
Add IsNullCallbackArg
#1170 opened Jun 8, 2023 by andrzh Loading… updated Jun 8, 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 loongarch64 support.
#1234 opened Apr 19, 2024 by abner-chenc Loading… updated Apr 19, 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
Add support for sqlite3_status64
#1270 opened Aug 12, 2024 by mkke Loading… updated Aug 12, 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
[WIP] add support SEE (crypto key) enhancement
#487 opened Nov 21, 2017 by mattn Loading… updated Nov 6, 2024
1 task
2.0.0
sqlite3: reduce C to Go string conversions in SQLiteConn.{query,exec}
#1133 opened Feb 7, 2023 by charlievieth Loading… updated Nov 7, 2024
ProTip! Add no:assignee to see everything that’s not assigned.