2021-10-01 |
drh | Remove unreachable branches in the fixed group_concat... group_concat-fix-legacy |
commit | commitdiff | tree |
2021-10-01 |
drh | Merge updates from trunk |
commit | commitdiff | tree |
2021-10-01 |
drh | Fixes to the version of "varsep" group_concat so that... |
commit | commitdiff | tree |
2021-09-30 |
dan | Fix a problem with view handling in SQLITE_OMIT_VIRTUAL... |
commit | commitdiff | tree |
2021-09-30 |
dan | Fix rtreedoc.test so that it works with SQLITE_DEFAULT_... |
commit | commitdiff | tree |
2021-09-30 |
dan | Update a test case in rtreedoc.test to account for... |
commit | commitdiff | tree |
2021-09-29 |
drh | Add NEVER() macros on branches that are not reachable... |
commit | commitdiff | tree |
2021-09-29 |
dan | Fix a typo in altertab3.test. |
commit | commitdiff | tree |
2021-09-29 |
dan | Have the dbstat module arrange things internally so... |
commit | commitdiff | tree |
2021-09-29 |
dan | Fix another problem with ALTER TABLE and vector UPDATE... |
commit | commitdiff | tree |
2021-09-29 |
dan | Add new test file rtreedoc3.test. |
commit | commitdiff | tree |
2021-09-29 |
larrybr | Sync w/trunk |
commit | commitdiff | tree |
2021-09-29 |
dan | Add extra tests for the group_concat() fix on this... |
commit | commitdiff | tree |
2021-09-29 |
drh | Improved testability of changes from check-in [255b0eee... |
commit | commitdiff | tree |
2021-09-29 |
dan | Fix an out-of-bounds read in fts5 that could occur... |
commit | commitdiff | tree |
2021-09-29 |
larrybr | Get group_concat() to handle varying separator lengths... |
commit | commitdiff | tree |
2021-09-28 |
dan | Fix a potential ALTER TABLE problem with expressions... |
commit | commitdiff | tree |
2021-09-27 |
dan | Have the dbstat virtual table take a copy of each page... |
commit | commitdiff | tree |
2021-09-27 |
dan | Fix a problem in ALTER TABLE causing table or column... |
commit | commitdiff | tree |
2021-09-25 |
drh | Load recent dbsqlfuzz cases into test/fuzzdata8.db. |
commit | commitdiff | tree |
2021-09-25 |
dan | Fix a memory leak in rtree triggered by corrupt databas... |
commit | commitdiff | tree |
2021-09-25 |
dan | Fix a bad interaction between the pager cache and the... |
commit | commitdiff | tree |
2021-09-25 |
drh | Add const to parameters on various internal interfaces. |
commit | commitdiff | tree |
2021-09-24 |
drh | Dbsqlfuzz (a097eaad43c3c845b236126df92fb49b25449b0c... |
commit | commitdiff | tree |
2021-09-24 |
drh | Add lots of new "const" on internal function parameters... |
commit | commitdiff | tree |
2021-09-24 |
drh | Ensure that sqlite_stat1 and sqlite_stat4 are ordinary... |
commit | commitdiff | tree |
2021-09-24 |
drh | Ensure that the db->init.azInit array is initialized... |
commit | commitdiff | tree |
2021-09-22 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2021-09-22 |
drh | For shell.c.in, define CHAR_BITS to 8 on platforms... |
commit | commitdiff | tree |
2021-09-22 |
drh | Fix harmless compiler warnings in shell.c.in, and a... |
commit | commitdiff | tree |
2021-09-22 |
drh | Fix an incorrect assert() in rtree that was added recently |
commit | commitdiff | tree |
2021-09-22 |
drh | Enhance the TCL-based test harness so that it is possib... |
commit | commitdiff | tree |
2021-09-22 |
drh | Use sqlite3_snprintf() for the ".changes" output format... |
commit | commitdiff | tree |
2021-09-21 |
larrybr | Fix .expert name collision bug reported at https:/... |
commit | commitdiff | tree |
2021-09-21 |
larrybr | Speed and (slightly) simplify shell's input line early... |
commit | commitdiff | tree |
2021-09-21 |
drh | Add the "PRAGMA table_list" command with its correspond... |
commit | commitdiff | tree |
2021-09-20 |
larrybr | Accomplish fileio standalone for Win32 with less interv... |
commit | commitdiff | tree |
2021-09-20 |
larrybr | Allow fileio extension to be a stand-alone DLL for... |
commit | commitdiff | tree |
2021-09-19 |
larrybr | Adjust shell tests for *Nix and Windows test platform... speedy_cli |
commit | commitdiff | tree |
2021-09-18 |
larrybr | Sync w/trunk, further streamline shell's resumable... |
commit | commitdiff | tree |
2021-09-18 |
dan | Further tests for legacy rtree geom callbacks. |
commit | commitdiff | tree |
2021-09-17 |
larrybr | Shell's .read pipe now works for Windows too. |
commit | commitdiff | tree |
2021-09-17 |
dan | Add tests for legacy geometry callbacks to rtreedoc2... |
commit | commitdiff | tree |
2021-09-17 |
drh | Make the affinity() function available even if compiled... |
commit | commitdiff | tree |
2021-09-16 |
drh | The dbsqlfuzz fuzzer found a refutation for a recent... |
commit | commitdiff | tree |
2021-09-16 |
drh | Minor changes to rtree.c so that we can get full branch... |
commit | commitdiff | tree |
2021-09-16 |
dan | Add tests to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-16 |
drh | Add a single new ALWAYS() to rtree.c, with justification. |
commit | commitdiff | tree |
2021-09-16 |
drh | Add a tag comment in rtree.c. No changes to code. |
commit | commitdiff | tree |
2021-09-16 |
dan | Add a reference counter to a structure used internally... |
commit | commitdiff | tree |
2021-09-16 |
drh | Mark an unreachable branch in rtree. |
commit | commitdiff | tree |
2021-09-16 |
drh | Back out a couple of ALWAYS() macros from [4fab9089868b... |
commit | commitdiff | tree |
2021-09-16 |
drh | For ALTER TABLE RENAME COLUMN, do not try to filter... |
commit | commitdiff | tree |
2021-09-16 |
drh | Under SQLITE_DEBUG with PRAGMA vdbe_trace=ON, show... |
commit | commitdiff | tree |
2021-09-16 |
drh | Simplify the routine that attempts to estimate the... |
commit | commitdiff | tree |
2021-09-16 |
drh | Mark various unreachable branches in rtree.c with ALWAY... |
commit | commitdiff | tree |
2021-09-16 |
drh | New ALWAYS() and assert() to mark unreachable branches... tree-testing |
commit | commitdiff | tree |
2021-09-15 |
drh | In rtree.c, remove an incorrect ALWAYS(). Add other... |
commit | commitdiff | tree |
2021-09-15 |
drh | Add more ALWAYS() macros on unreachable branches in... |
commit | commitdiff | tree |
2021-09-15 |
drh | Fix the xBestIndex method on rtree so that it correctly... |
commit | commitdiff | tree |
2021-09-15 |
drh | Add ALWAYS() macros on some unreachable branches in... |
commit | commitdiff | tree |
2021-09-15 |
dan | Further updates to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-15 |
larrybr | Fix non-build for a test configuration |
commit | commitdiff | tree |
2021-09-15 |
drh | Simplify some of the corrupt shadow-table detection... |
commit | commitdiff | tree |
2021-09-15 |
larrybr | Squelch needless narrowing warning. |
commit | commitdiff | tree |
2021-09-15 |
dan | Ensure rtreedoc.test is not run for builds without... |
commit | commitdiff | tree |
2021-09-14 |
dan | Add test cases to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-14 |
drh | Update requirements marks to reflect recent documentati... |
commit | commitdiff | tree |
2021-09-14 |
dan | Add test cases to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-14 |
dan | Minor updates to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-13 |
larrybr | Shell to .read any named character source file/device... |
commit | commitdiff | tree |
2021-09-13 |
dan | Add test cases to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-13 |
drh | Add assert() statements to refute |
commit | commitdiff | tree |
2021-09-13 |
dan | Add new test file rtreedoc.test. |
commit | commitdiff | tree |
2021-09-13 |
drh | Fix an incorrect comment and possible integer overflow... |
commit | commitdiff | tree |
2021-09-11 |
larrybr | CLI prescanner made to match SQLite's rules for delimit... |
commit | commitdiff | tree |
2021-09-10 |
larrybr | Make replace.tcl useful with TCL 8.4 |
commit | commitdiff | tree |
2021-09-10 |
larrybr | Make CLI prescan handle goofy identifier delimiters... |
commit | commitdiff | tree |
2021-09-10 |
larrybr | Fix (luckily harmless) typo in memdb.c per https:/... |
commit | commitdiff | tree |
2021-09-10 |
larrybr | When showHeader set at CLI invocation, do not auto... |
commit | commitdiff | tree |
2021-09-10 |
drh | Back out changes [00286ca5d998d802] and [6844ede29e1dac... |
commit | commitdiff | tree |
2021-09-10 |
larrybr | Speed-up CLI's processing for huge block comments,... |
commit | commitdiff | tree |
2021-09-09 |
drh | Remove a NEVER() in btree that is sometimes reachable. |
commit | commitdiff | tree |
2021-09-09 |
drh | Avoid masking off an OOM fault in rtreecheck(). |
commit | commitdiff | tree |
2021-09-09 |
drh | Improved database corruption detection in the editPage... |
commit | commitdiff | tree |
2021-09-08 |
larrybr | Speedup CLI's gulping of many huge block SQL comments. |
commit | commitdiff | tree |
2021-09-08 |
drh | Fix PRAGMA integrity_check so that it does not try... |
commit | commitdiff | tree |
2021-09-07 |
larrybr | For sqldiff, sqlite_schema comparisons must use compoun... |
commit | commitdiff | tree |
2021-09-07 |
drh | New test cases added to fuzzdata8.db. No code changes. |
commit | commitdiff | tree |
2021-09-07 |
larrybr | Make sqldiff able to compare sqlite_schema tables ... |
commit | commitdiff | tree |
2021-09-07 |
dan | Fix a memory leak in fts5 that could occur when writing... |
commit | commitdiff | tree |
2021-09-07 |
drh | Fix a potential NULL pointer deference in the LIKE... |
commit | commitdiff | tree |
2021-09-06 |
dan | Fix a use-after-free error that could occur if an fts5... |
commit | commitdiff | tree |
2021-09-06 |
drh | Fix an issue in the "shrink.test" test script reported by |
commit | commitdiff | tree |
2021-09-06 |
drh | Restore the use of system isnan() that was removed by |
commit | commitdiff | tree |
2021-09-03 |
drh | Fix an assertion fault in pcache introduced by [4bc9365... |
commit | commitdiff | tree |
2021-08-31 |
dan | Have the planner ensure that if one scan uses a subset... |
commit | commitdiff | tree |
2021-08-30 |
dan | Do not disable a rowid=? term used to drive an IPK... |
commit | commitdiff | tree |
2021-08-27 |
drh | Patch lemon to fix "error" token handling, according ot |
commit | commitdiff | tree |
2021-08-26 |
drh | Add the --safe to the CLI. Also the --nonce option... |
commit | commitdiff | tree |
next |