index
:
golite
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sqlite3.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build with "go tool" and hackishly bundle code from same package into one fil...
EuAndreh
2024-08-12
1
-2281
/
+0
*
fix: some typos
pomadev
2024-02-22
1
-1
/
+1
*
close channel
Yasuhiro Matsumoto
2024-02-03
1
-7
/
+15
*
go fmt ./...
Yasuhiro Matsumoto
2024-01-25
1
-74
/
+75
*
update go version to 1.19
Yasuhiro Matsumoto
2024-01-25
1
-6
/
+5
*
Fix musl build (#1164)
leso-kn
2023-12-15
1
-1
/
+12
*
Replace namedValue with driver.NamedValue to avoid copying exec/query args (#...
Charlie Vieth
2023-02-11
1
-22
/
+16
*
Rollback on constraint failure (#1071)
Joshua Hull
2022-09-01
1
-2
/
+4
*
Add sqlite3_file_control() support
Ben Johnson
2022-01-29
1
-0
/
+70
*
Add driverName to be possible change driver name
Yasuhiro Matsumoto
2022-01-10
1
-1
/
+8
*
change angle bracket import to quotes (#868)
Hanzhen Yi
2021-10-26
1
-1
/
+1
*
sqlite3.go: use PRAGMA to set busy_timeout (#910)
Dan Peterson
2021-10-26
1
-6
/
+6
*
Allow building on OpenBSD (#976)
Denis Fondras
2021-10-26
1
-0
/
+2
*
return non-nil result when calling exec with empty query (#973)
Aviv Klasquin Komissar
2021-10-19
1
-0
/
+4
*
make column metadata functionality opt-in
Jesse Rittner
2021-02-18
1
-9
/
+0
*
Export sqlite3_column_table_name (#900)
Philip O'Toole
2021-02-18
1
-0
/
+9
*
Adds a fuzz target (#908)
Catena cyber
2021-02-15
1
-1
/
+1
*
Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895)
Martin Tournoij
2020-12-28
1
-0
/
+7
*
Add ?_cache_size=[..] to connection parameters (#894)
Martin Tournoij
2020-12-26
1
-0
/
+21
*
sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported (#872)
Evan Jones
2020-11-17
1
-1
/
+0
*
sqlite3.go: remove -DSQLITE_DISABLE_INTRINSIC: better builds (#878)
Evan Jones
2020-11-17
1
-1
/
+0
*
Support vfs for Open (#877)
mattn
2020-11-17
1
-1
/
+11
*
Fix "cannot start a transaction within a transaction" issue (#764) (#765)
Andrii Zavorotnii
2020-08-29
1
-5
/
+16
*
Use go-pointer instead of uintptr hacks. (#814)
mattn
2020-08-26
1
-10
/
+10
*
Enable all prefixes for named parameters and allow for unused named parameter...
gber
2020-05-14
1
-55
/
+79
*
fix typo in doc comment (#770)
rittneje
2019-12-17
1
-3
/
+3
*
add SystemErrno to Error (#740)
rittneje
2019-12-17
1
-8
/
+27
*
Merge pull request #744 from azavorotnii/ctx_cancel
mattn
2019-11-19
1
-37
/
+59
|
\
|
*
Fix context cancellation racy handling
Andrii Zavorotnii
2019-09-06
1
-37
/
+59
*
|
Add build constraints for non cgo
Yasuhiro Matsumoto
2019-11-18
1
-1
/
+1
*
|
Fix typo in "_locking_mode" DSN handling
Andrii Zavorotnii
2019-09-23
1
-1
/
+1
*
|
Fix Open() journal mode regression
Andrii Zavorotnii
2019-09-23
1
-5
/
+6
|
/
*
Fixed operator
G.J.R. Timmer
2019-08-22
1
-2
/
+2
*
Fix _auth_* parameter check
G.J.R. Timmer
2019-08-22
1
-2
/
+2
*
Issue #651: Fix of typo
=
2019-08-19
1
-1
/
+1
*
Fix type of variadic
Yasuhiro Matsumoto
2019-05-10
1
-1
/
+1
*
column_type SQLITE_TEXT returned as string by default
Dimitri Roche
2019-02-11
1
-8
/
+1
*
column types text, varchar, *char return as strings:
Dimitri Roche
2019-02-11
1
-2
/
+8
*
Revert "SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is...
Jesse Rittner
2018-12-08
1
-16
/
+6
*
SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is not rw
Yasuhiro Matsumoto
2018-12-07
1
-6
/
+16
*
Close db even if sqlite3_open_v2 return non-zero.
Yasuhiro Matsumoto
2018-12-07
1
-0
/
+3
*
Merge pull request #626 from otoolep/fix_data_race
mattn
2018-11-22
1
-0
/
+2
|
\
|
*
Fix data race in AutoCommit()
Philip O'Toole
2018-08-30
1
-0
/
+2
*
|
Merge pull request #643 from akalin/zero-length-blob
mattn
2018-11-22
1
-1
/
+1
|
\
\
|
*
|
Fix bug
Frederick Akalin
2018-09-22
1
-1
/
+1
*
|
|
Merge pull request #644 from akalin/fix-pointer-conversion
mattn
2018-11-22
1
-7
/
+2
|
\
\
\
|
*
|
|
Use GoBytes
Frederick Akalin
2018-09-22
1
-7
/
+2
|
|
/
/
*
|
|
Fix misspell issues.
Mario Trangoni
2018-11-21
1
-2
/
+2
*
|
|
all: fix cgo compile failures on tip
Kevin Burke
2018-11-01
1
-2
/
+2
*
|
|
Rename the wrapper functions to not pollute the sqlite3_* namespace
Mura Li
2018-10-20
1
-15
/
+15
[next]