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
dan
88d702e6bd
Add "ON CONFLICT" handling to the spellfix module.
...
FossilOrigin-Name: 1d04def785b6031de68b7f199d400cbb5c76caea
2015-06-24 17:21:52 +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
Fix harmless compiler warnings.
2014-08-11 14:21:32 +00:00
fuzzer.c
Fix harmless compiler warnings seen with MSVC 2015.
2015-04-19 21:43:16 +00:00
ieee754.c
…
nextchar.c
…
percentile.c
…
regexp.c
…
rot13.c
…
showauth.c
Add the "showauth" extension in ext/misc.
2014-09-21 17:51:37 +00:00
spellfix.c
Add "ON CONFLICT" handling to the spellfix module.
2015-06-24 17:21:52 +00:00
totype.c
…
vfslog.c
…
vtshim.c
…
wholenumber.c
…