.. |
amatch.c
|
Fix uses of ctype functions (ex: isspace()) on signed characters in test
|
2015-10-29 13:48:15 +00:00 |
closure.c
|
Fix uses of ctype functions (ex: isspace()) on signed characters in test
|
2015-10-29 13:48:15 +00:00 |
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
|
Fix a harmless sanitizer warning in the ieee754 extension.
|
2015-11-07 00:51:15 +00:00 |
json1.c
|
Remove unreachable branches from the new JSON aggregate functions.
|
2016-01-01 00:15:59 +00:00 |
nextchar.c
|
Fix typo in comment. No changes to code.
|
2013-09-29 04:56:43 +00:00 |
percentile.c
|
Make a couple of implicit casts explicit to fix compiler warnings.
|
2013-07-05 10:46:08 +00:00 |
regexp.c
|
Documentation changes to warn that sqlite3_set_auxdata() might call the
|
2013-07-18 14:16:48 +00:00 |
rot13.c
|
Add the rot13.c loadable extension.
|
2013-05-15 13:05:03 +00:00 |
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
|
Fix the spellfix1_scriptcode() function to ignore whitespace and punctuation,
|
2015-12-17 14:18:21 +00:00 |
totype.c
|
Fix harmless macro redefinition warnings in the totype extension.
|
2013-10-15 10:43:04 +00:00 |
vfslog.c
|
Improved header comment with better instructions on the vfslog.c
|
2013-10-19 16:51:39 +00:00 |
vtshim.c
|
For the vtshim module, always zero out the xChildDestroy function pointer after calling it.
|
2013-08-05 21:54:17 +00:00 |
wholenumber.c
|
Fix the wholenumber virtual table so that it returns higher costs for
|
2013-05-08 14:20:28 +00:00 |