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-binding.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
Update SQLite3_ The columntypescantype method of type (#909)
Auler
1
-22
/
+68
2021-10-26
fix idxStr freeing issue (#898)
Patrick DeVivo
1
-4
/
+15
2021-10-26
Use single-quotes around string literals. (#934)
Michael Hofmann
1
-10
/
+10
2021-10-26
sqlite3.go: use PRAGMA to set busy_timeout (#910)
Dan Peterson
1
-6
/
+6
2021-10-26
Test on 1.17
Yasuhiro Matsumoto
1
-1
/
+1
2021-10-26
run tests against Go 1.16 (#967)
Harry
1
-2
/
+2
2021-10-26
Resolve windows CI issues (#941)
hackerman
1
-1
/
+1
2021-10-26
Allow building on OpenBSD (#976)
Denis Fondras
1
-0
/
+2
2021-10-22
chore: readme: Fix link, typos, copy editing (#974)
Ross Smith II
1
-56
/
+55
2021-10-19
return non-nil result when calling exec with empty query (#973)
Aviv Klasquin Komissar
2
-0
/
+24
2021-07-20
bump codecov/codecov-action@v2 (#957)
Ichinose Shogo
1
-1
/
+1
2021-07-15
Update amalgamation code (#955)
mattn
4
-2972
/
+4357
2021-04-15
Update amalgamation code (#940)
mattn
2
-4655
/
+7157
2021-02-18
make column metadata functionality opt-in
Jesse Rittner
5
-44
/
+61
2021-02-18
Export sqlite3_column_table_name (#900)
Philip O'Toole
2
-0
/
+43
2021-02-16
Go get go-acc with environment variable for go modules (#915)
Catena cyber
1
-2
/
+2
2021-02-15
Adds a fuzz target (#908)
Catena cyber
2
-1
/
+31
2020-12-28
Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895)
Martin Tournoij
2
-0
/
+48
2020-12-26
Update amalgamation code (#896)
mattn
3
-728
/
+2032
2020-12-26
add support for defining an "eponymous only" virtual table (#885)
Patrick DeVivo
4
-3
/
+325
2020-12-26
RowsColumnTypeNullable not implemented (#848)
Jinzhu
1
-2
/
+2
2020-12-26
Add ?_cache_size=[..] to connection parameters (#894)
Martin Tournoij
2
-0
/
+23
2020-12-26
clarify usleep license (#893)
Brad Rydzewski
1
-1
/
+3
2020-11-18
Fix ci
Yasuhiro Matsumoto
1
-2
/
+2
2020-11-17
Drop go1.11 (#852)
mattn
2
-3
/
+3
2020-11-17
README.md: use link in markdown (#859)
Buk Bukowski
1
-1
/
+1
2020-11-17
sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported (#872)
Evan Jones
1
-1
/
+0
2020-11-17
sqlite3.go: remove -DSQLITE_DISABLE_INTRINSIC: better builds (#878)
Evan Jones
1
-1
/
+0
2020-11-17
.github/workflows: stop using deprecated add-path command (#873)
Evan Jones
1
-2
/
+2
2020-11-17
Support vfs for Open (#877)
mattn
2
-1
/
+49
2020-11-17
TestExecContextCancel: Reduce timeout to make less flaky (#879)
Evan Jones
1
-4
/
+10
2020-11-17
sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883)
Evan Jones
3
-31
/
+5
2020-11-16
doc.go: you can use Conn.Raw to get *SQLiteConn (#882)
Evan Jones
2
-3
/
+43
2020-11-16
Expand documentation for extension functions (#880)
Macaully James Muir
1
-3
/
+16
2020-10-02
Fix #860 extenstion entry bug (#861)
Yunus Ayar
1
-1
/
+1
2020-09-11
Add build tag ignore for upgrade script (#851)
mattn
3
-19
/
+1
2020-08-29
Fix "cannot start a transaction within a transaction" issue (#764) (#765)
Andrii Zavorotnii
3
-6
/
+129
2020-08-26
Use go-pointer instead of uintptr hacks. (#814)
mattn
3
-53
/
+47
2020-08-26
treat vtable C arrays as Go slices rather than giant Go arrays (#840)
rittneje
1
-11
/
+21
2020-08-25
coveralls to codecov (#845)
raa0121
3
-42
/
+35
2020-08-25
Fix go.yaml
Yasuhiro Matsumoto
1
-76
/
+76
2020-08-25
Update README.md
Yasuhiro Matsumoto
1
-2
/
+2
2020-08-25
Add Github Actions yaml and set LDFLAGS on windows (#843)
raa0121
3
-36
/
+132
2020-08-19
Update amalgamation code (#842)
mattn
3
-9975
/
+10880
2020-07-21
Travis-CI: set go_import_path (#829)
Olivier Mengué
1
-0
/
+2
2020-07-21
Travis-CI: add Go 1.14.x, change order of Go versions (#830)
Olivier Mengué
1
-5
/
+6
2020-06-18
Update README.md
Yasuhiro Matsumoto
1
-1
/
+3
2020-06-06
upgrade amalgamation code (#821)
mattn
3
-1844
/
+3104
2020-06-05
Add mock versions of SQLiteDriver and SQLiteConn for +build !cgo (#819)
Martin Tournoij
1
-7
/
+18
2020-06-01
Edited note in README (#817)
turtlemaster19
1
-1
/
+1
[next]