2021-10-04 |
drh | Some #defines somehow failed to get set correctly in... fix-warnings |
commit | commitdiff | tree |
2021-10-04 |
drh | Fix harmless static analyzer warnings in sessions,... |
commit | commitdiff | tree |
2021-10-04 |
drh | Fix harmless static analyzer warnings in auxiliary... |
commit | commitdiff | tree |
2021-10-04 |
drh | Fix harmless static analyzer warnings. |
commit | commitdiff | tree |
2021-10-04 |
drh | The pragma_table_list virtual table should have only... |
commit | commitdiff | tree |
2021-10-04 |
drh | Fix harmless static analyzer warnings. |
commit | commitdiff | tree |
2021-10-04 |
drh | Fix query plans created by whereShortCut() so that... |
commit | commitdiff | tree |
2021-10-03 |
larrybr | In CLI, ensure correct line-accumulation state whenever... |
commit | commitdiff | tree |
2021-10-03 |
drh | Add the sqlite3ResultStrAccum() internal interface... |
commit | commitdiff | tree |
2021-10-02 |
drh | Try to fix a harmless static-analyzer warning in sqlite... |
commit | commitdiff | tree |
2021-10-02 |
drh | Fix a harmless static-analyzer warning in sqlite3ExprCo... |
commit | commitdiff | tree |
2021-10-02 |
drh | Remove an unnecessary static buffer from sqlite3VdbeExp... |
commit | commitdiff | tree |
2021-10-02 |
drh | Make the sqlite3_filename_xxxx() interfaces robust... |
commit | commitdiff | tree |
2021-10-02 |
drh | Fix harmless compiler warnings |
commit | commitdiff | tree |
2021-10-02 |
larrybr | Fix CLI line processing. (back to start state after... |
commit | commitdiff | tree |
2021-10-01 |
drh | Fix a problem with group_concat() when it is used as... |
commit | commitdiff | tree |
2021-10-01 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2021-10-01 |
dan | Change things so that SQLITE_OMIT_VIRTUALTABLE implies... |
commit | commitdiff | tree |
2021-10-01 |
drh | Fix a potential write outside of array bounds in the... |
commit | commitdiff | tree |
2021-10-01 |
dan | Fix a buffer overread in fts5 that could occur when... |
commit | commitdiff | tree |
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 |
next |