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
drh
2f20e13b83
Enable adding JSON1 by appending the json1.c source file to the amalgamation
...
and compiling with -DSQLITE_ENABLE_JSON1 FossilOrigin-Name: 33404b2029120d4aabe1e25d484871810777e934
2015-09-26 17:44:59 +00:00
..
amatch.c
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
2015-01-19 00:35:53 +00:00
closure.c
…
compress.c
Fix potential memory leaks in the misc 'compress' extension.
2015-02-26 21:04:44 +00:00
eval.c
Fix compiler warnings.
2014-12-05 00:32:09 +00:00
fileio.c
…
fuzzer.c
Fix harmless compiler warnings seen with MSVC 2015.
2015-04-19 21:43:16 +00:00
ieee754.c
…
json1.c
Enable adding JSON1 by appending the json1.c source file to the amalgamation
2015-09-26 17:44:59 +00:00
nextchar.c
…
percentile.c
…
regexp.c
…
rot13.c
…
series.c
Fix a corner-case bug in table-valued functions. Update the generate_series()
2015-08-21 17:14:48 +00:00
showauth.c
Add the "showauth" extension in ext/misc.
2014-09-21 17:51:37 +00:00
spellfix.c
Update the spellfix virtual table extension so that an explicit "top = ?" constraint works even if there is also a "distance < ?" or "distance <= ?" constraint.
2015-08-05 15:29:32 +00:00
totype.c
…
vfslog.c
…
vtshim.c
…
wholenumber.c
…