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
dbc49161c0
Branches
Tags
View all branches
sqlite
/
ext
/
misc
History
drh
dbc49161c0
Allow the left-hand side of IN operators on virtual tables to have the
...
aConstraintUsage[].omit flag clear. FossilOrigin-Name: 1622623cbbfc4325c53d731aba78ca9c382ec612
2016-03-02 03:28:07 +00:00
..
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
Add JSON1 and FTS5 to the set of extensions subject to close compiler warning
2016-02-11 15:37:18 +00:00
nextchar.c
…
percentile.c
…
regexp.c
…
rot13.c
…
series.c
Allow the left-hand side of IN operators on virtual tables to have the
2016-03-02 03:28:07 +00:00
showauth.c
Add the "showauth" extension in ext/misc.
2014-09-21 17:51:37 +00:00
spellfix.c
Use sqlite3_malloc64() instead of sqlite3_malloc() in the spellfix extension.
2016-02-04 11:15:57 +00:00
totype.c
…
vfslog.c
…
vtshim.c
…
wholenumber.c
…