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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix ci
Yasuhiro Matsumoto
2020-11-18
1
-2
/
+2
*
Drop go1.11 (#852)
mattn
2020-11-17
2
-3
/
+3
*
README.md: use link in markdown (#859)
Buk Bukowski
2020-11-17
1
-1
/
+1
*
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
*
.github/workflows: stop using deprecated add-path command (#873)
Evan Jones
2020-11-17
1
-2
/
+2
*
Support vfs for Open (#877)
mattn
2020-11-17
2
-1
/
+49
*
TestExecContextCancel: Reduce timeout to make less flaky (#879)
Evan Jones
2020-11-17
1
-4
/
+10
*
sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883)
Evan Jones
2020-11-17
3
-31
/
+5
*
doc.go: you can use Conn.Raw to get *SQLiteConn (#882)
Evan Jones
2020-11-16
2
-3
/
+43
*
Expand documentation for extension functions (#880)
Macaully James Muir
2020-11-16
1
-3
/
+16
*
Fix #860 extenstion entry bug (#861)
Yunus Ayar
2020-10-02
1
-1
/
+1
*
Add build tag ignore for upgrade script (#851)
mattn
2020-09-11
3
-19
/
+1
*
Fix "cannot start a transaction within a transaction" issue (#764) (#765)
Andrii Zavorotnii
2020-08-29
3
-6
/
+129
*
Use go-pointer instead of uintptr hacks. (#814)
mattn
2020-08-26
3
-53
/
+47
*
treat vtable C arrays as Go slices rather than giant Go arrays (#840)
rittneje
2020-08-26
1
-11
/
+21
*
coveralls to codecov (#845)
raa0121
2020-08-25
3
-42
/
+35
*
Fix go.yaml
Yasuhiro Matsumoto
2020-08-25
1
-76
/
+76
*
Update README.md
Yasuhiro Matsumoto
2020-08-25
1
-2
/
+2
*
Add Github Actions yaml and set LDFLAGS on windows (#843)
raa0121
2020-08-25
3
-36
/
+132
*
Update amalgamation code (#842)
mattn
2020-08-19
3
-9975
/
+10880
*
Travis-CI: set go_import_path (#829)
Olivier Mengué
2020-07-21
1
-0
/
+2
*
Travis-CI: add Go 1.14.x, change order of Go versions (#830)
Olivier Mengué
2020-07-21
1
-5
/
+6
*
Update README.md
Yasuhiro Matsumoto
2020-06-18
1
-1
/
+3
*
upgrade amalgamation code (#821)
mattn
2020-06-06
3
-1844
/
+3104
*
Add mock versions of SQLiteDriver and SQLiteConn for +build !cgo (#819)
Martin Tournoij
2020-06-05
1
-7
/
+18
*
Edited note in README (#817)
turtlemaster19
2020-06-01
1
-1
/
+1
*
Document requirements for cross compiling from OSX (#804)
Vishnu Mohandas
2020-05-16
1
-3
/
+9
*
Enable all prefixes for named parameters and allow for unused named parameter...
gber
2020-05-14
2
-53
/
+116
*
Fix #808: remove goconvey (#809)
Diego Becciolini
2020-05-14
1
-2
/
+4
*
Fix for early termination of returned rows (#805)
ShanePerron
2020-05-03
1
-1
/
+5
*
report actual error message if sqlite3_load_extension fails (#800)
rittneje
2020-04-16
5
-25
/
+112
*
Add extension-functions.c info to README (#779)
Paul Bergeron
2020-04-16
1
-0
/
+10
*
Update dependencies
Yasuhiro Matsumoto
2020-04-16
2
-1
/
+7
*
feat: add go modules (#781)
Karthik K
2020-04-16
2
-0
/
+15
*
chore: remove debug code (#788)
Manfred Touron
2020-02-27
1
-2
/
+0
*
upgrade amalgamation code (#777)
mattn
2020-01-28
3
-5410
/
+9036
*
Update README.md
Yasuhiro Matsumoto
2020-01-23
1
-0
/
+2
*
Fix typo (#763)
Sergey Bronnikov
2020-01-09
1
-4
/
+4
*
fix typo in doc comment (#770)
rittneje
2019-12-17
1
-3
/
+3
*
add SystemErrno to Error (#740)
rittneje
2019-12-17
4
-12
/
+77
*
Merge pull request #744 from azavorotnii/ctx_cancel
mattn
2019-11-19
2
-37
/
+147
|
\
|
*
Fix context cancellation racy handling
Andrii Zavorotnii
2019-09-06
2
-37
/
+147
*
|
Merge pull request #760 from mattn/sqlite-amalgamation-3300100
mattn
2019-11-19
3
-3965
/
+5309
|
\
\
|
*
|
upgrade amalgamation code
Yasuhiro Matsumoto
2019-11-18
3
-3965
/
+5309
|
/
/
*
|
Merge pull request #758 from mattn/noncgo
mattn
2019-11-18
41
-40
/
+69
|
\
\
|
*
|
Add build constraints for non cgo
Yasuhiro Matsumoto
2019-11-18
41
-40
/
+69
|
/
/
*
|
Merge pull request #754 from codesoap/master
mattn
2019-11-05
1
-3
/
+3
|
\
\
|
*
|
Improve readability of Backup()
codesoap
2019-10-31
1
-3
/
+3
|
/
/
*
|
Merge pull request #753 from opencollective/opencollective
mattn
2019-10-31
1
-0
/
+31
|
\
\
[prev]
[next]