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
58282f68d8
Fix typo in the CSV extension.
...
FossilOrigin-Name: b4889588246c33374ff3758e21ccc4ce246380b6
2016-11-09 01:46:13 +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 OOM error reporting in the json1_group_object() SQL function. Remove
2016-11-07 18:18:08 +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
Work in progress on setting a calling convention for all callback functions.
2016-07-28 04:14:37 +00:00
regexp.c
…
rot13.c
…
scrub.c
…
series.c
…
showauth.c
…
spellfix.c
Work in progress on setting a calling convention for all callback functions.
2016-07-28 04:14:37 +00:00
totype.c
…
vfslog.c
…
vfsstat.c
Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in.
2016-07-28 22:23:26 +00:00
vtshim.c
…
wholenumber.c
…