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_opt_vtable_test.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-05-16
Document requirements for cross compiling from OSX (#804)
Vishnu Mohandas
1
-3
/
+9
2020-05-14
Enable all prefixes for named parameters and allow for unused named parameter...
gber
2
-53
/
+116
2020-05-14
Fix #808: remove goconvey (#809)
Diego Becciolini
1
-2
/
+4
2020-05-03
Fix for early termination of returned rows (#805)
ShanePerron
1
-1
/
+5
2020-04-16
report actual error message if sqlite3_load_extension fails (#800)
rittneje
5
-25
/
+112
2020-04-16
Add extension-functions.c info to README (#779)
Paul Bergeron
1
-0
/
+10
2020-04-16
Update dependencies
Yasuhiro Matsumoto
2
-1
/
+7
2020-04-16
feat: add go modules (#781)
Karthik K
2
-0
/
+15
2020-02-27
chore: remove debug code (#788)
Manfred Touron
1
-2
/
+0
2020-01-28
upgrade amalgamation code (#777)
mattn
3
-5410
/
+9036
2020-01-23
Update README.md
Yasuhiro Matsumoto
1
-0
/
+2
2020-01-09
Fix typo (#763)
Sergey Bronnikov
1
-4
/
+4
2019-12-17
fix typo in doc comment (#770)
rittneje
1
-3
/
+3
2019-12-17
add SystemErrno to Error (#740)
rittneje
4
-12
/
+77
2019-11-18
upgrade amalgamation code
Yasuhiro Matsumoto
3
-3965
/
+5309
2019-11-18
Add build constraints for non cgo
Yasuhiro Matsumoto
41
-40
/
+69
2019-10-31
Improve readability of Backup()
codesoap
1
-3
/
+3
2019-10-30
Added financial contributors to the README
Jess
1
-0
/
+31
2019-10-08
Update FUNDING.yml
mattn
1
-1
/
+1
2019-10-07
Add Go 1.12.x/1.13.x to CI.
Trevor Pounds
1
-0
/
+2
2019-09-23
Fix typo in "_locking_mode" DSN handling
Andrii Zavorotnii
1
-1
/
+1
2019-09-23
Fix Open() journal mode regression
Andrii Zavorotnii
1
-5
/
+6
2019-09-06
Fix context cancellation racy handling
Andrii Zavorotnii
2
-37
/
+147
2019-08-22
Fix memory leak in ExpandedSQL (#738)
Gert-Jan Timmer
1
-0
/
+1
[next]