This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
ext
/
misc
History
mistachkin
07b139b8c1
Fix issues in the sha1 extension seen with MSVC.
...
FossilOrigin-Name: 5a0da77c22ebc7db5e63b1520d30f3ad97b9bb3b
2017-02-02 19:24:05 +00:00
..
amatch.c
…
carray.c
…
closure.c
…
compress.c
…
csv.c
Fix typo in the CSV extension.
2016-11-09 01:46:13 +00:00
eval.c
…
fileio.c
…
fuzzer.c
…
ieee754.c
…
json1.c
Fix SQLITEINT_H macro usage in two extensions.
2017-01-25 13:54:27 +00:00
memvfs.c
Add the ext/misc/memvfs.c extension that implements a VFS for read-only
2016-09-07 18:11:11 +00:00
nextchar.c
…
percentile.c
…
regexp.c
…
remember.c
Prototype for the remember(V,PTR) extension function.
2016-08-09 21:08:42 +00:00
rot13.c
…
scrub.c
…
series.c
…
sha1.c
Fix issues in the sha1 extension seen with MSVC.
2017-02-02 19:24:05 +00:00
showauth.c
…
spellfix.c
…
totype.c
…
vfslog.c
…
vfsstat.c
…
vtshim.c
In the 'vtshim' extension, avoid accessing freed memory when handling errors from xCreate/xConnect.
2017-01-19 18:20:36 +00:00
wholenumber.c
…