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
c3722b2103
Fix minor glitches in the json1.c extension, mostly having to do with OOM
...
behavior. FossilOrigin-Name: cc5204149c4053b9e529a72102d8df0925ad1ea1
2015-08-23 20:44:59 +00:00
..
amatch.c
…
closure.c
…
compress.c
…
eval.c
…
fileio.c
…
fuzzer.c
Fix harmless compiler warnings seen with MSVC 2015.
2015-04-19 21:43:16 +00:00
ieee754.c
…
json1.c
Fix minor glitches in the json1.c extension, mostly having to do with OOM
2015-08-23 20: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
…
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
…