2013-05-01 |
drh | Fix comments in the magic number file. application-id |
commit | commitdiff | tree |
2013-05-01 |
drh | Preserve the application-ID across VACUUM. Updates... |
commit | commitdiff | tree |
2013-05-01 |
drh | Allocate 4 bytes of unused header space for an "Applica... |
commit | commitdiff | tree |
2013-05-01 |
drh | Do not use a transitive constraint to an IN operator... |
commit | commitdiff | tree |
2013-05-01 |
drh | Avoid redundant constraint checking due to transitive... |
commit | commitdiff | tree |
2013-04-30 |
drh | Update the documentation to explain that when the 3rd... |
commit | commitdiff | tree |
2013-04-30 |
drh | Make sure extra parentheses around subqueries in the... |
commit | commitdiff | tree |
2013-04-29 |
dan | Improve the error message issued when an FTS query... |
commit | commitdiff | tree |
2013-04-29 |
dan | Fix an off-by-one in the code for limiting the depth... |
commit | commitdiff | tree |
2013-04-29 |
dan | Fix mmap1.test so that it passes on windows as well... |
commit | commitdiff | tree |
2013-04-29 |
mistachkin | Update 'fuzzerfault' test for its new module loading... |
commit | commitdiff | tree |
2013-04-27 |
drh | Remove spellfix virtual table documentation from the... |
commit | commitdiff | tree |
2013-04-27 |
drh | Untested fix for building on VxWorks. |
commit | commitdiff | tree |
2013-04-26 |
drh | Fix a formatting typo in a comment. No changes to... |
commit | commitdiff | tree |
2013-04-26 |
dan | Avoid unnecessarily reseting the pager cache after... |
commit | commitdiff | tree |
2013-04-26 |
dan | Avoid using posix_fallocate() in WAL mode, as it is... |
commit | commitdiff | tree |
2013-04-26 |
dan | Avoid using posix_fallocate() in WAL mode, as it is... avoid-fallocate |
commit | commitdiff | tree |
2013-04-26 |
drh | Update documentation with new hyperlinks. No changes... |
commit | commitdiff | tree |
2013-04-26 |
dan | Rebalance FTS expressions after parsing to limit recurs... |
commit | commitdiff | tree |
2013-04-26 |
dan | Merge another trunk change. fts3-expr-rebalance |
commit | commitdiff | tree |
2013-04-26 |
drh | Fix harmless compiler warnings in the FTS expression... |
commit | commitdiff | tree |
2013-04-26 |
drh | Reduce the default SQLITE_MAX_MMAP_SIZE slightly so... |
commit | commitdiff | tree |
2013-04-26 |
dan | Merge latest trunk changes. |
commit | commitdiff | tree |
2013-04-25 |
dan | Rebalance FTS expressions after parsing to limit recurs... |
commit | commitdiff | tree |
2013-04-25 |
drh | Added the nextchar.c extension. Minor changes to the... |
commit | commitdiff | tree |
2013-04-25 |
drh | Fix the tool/build-shell.sh script to remove references... |
commit | commitdiff | tree |
2013-04-25 |
drh | Add wiki documentation files for the spellfix1 virtual... |
commit | commitdiff | tree |
2013-04-25 |
drh | Merge the std-ext branch into trunk. This merge adds... |
commit | commitdiff | tree |
2013-04-25 |
drh | Added the transitive_closure, ieee754, and amatch exten... std-ext |
commit | commitdiff | tree |
2013-04-25 |
drh | Move the test_spellfix.c module to ext/misc/spellfix.c. |
commit | commitdiff | tree |
2013-04-25 |
drh | Fix the MSVC makefile so that it works with the ext... |
commit | commitdiff | tree |
2013-04-25 |
drh | Convert the fuzzer virtual table into a loadable extens... |
commit | commitdiff | tree |
2013-04-25 |
drh | Make test_wholenumber.c into a loadable extension and... |
commit | commitdiff | tree |
2013-04-25 |
drh | Make sure the affinity and datatype of sub-subqueries... |
commit | commitdiff | tree |
2013-04-24 |
drh | Fix a simple comment typo. No changes to code. |
commit | commitdiff | tree |
2013-04-23 |
drh | Make "test_regexp.c" into a loadable extension and... |
commit | commitdiff | tree |
2013-04-22 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2013-04-22 |
drh | Do not allow a virtual table to cancel the ORDER BY... |
commit | commitdiff | tree |
2013-04-22 |
drh | Update MSCV makefile for the fts3tokenize virtual table... |
commit | commitdiff | tree |
2013-04-22 |
dan | Add virtual table module 'fts3tokenize' to fts3. fts3to... |
commit | commitdiff | tree |
2013-04-22 |
drh | Enhanced documentation for the SQLITE_CONFIG_SQLLOG... |
commit | commitdiff | tree |
2013-04-22 |
drh | Use transitivity to move constraints into the outer... |
commit | commitdiff | tree |
2013-04-19 |
drh | Add the "warning" command to the TCL test infrastructur... |
commit | commitdiff | tree |
2013-04-19 |
drh | Enhance the extension loading mechanism so that the... |
commit | commitdiff | tree |
2013-04-19 |
drh | Make the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_IN... loadext |
commit | commitdiff | tree |
2013-04-18 |
drh | Experiments in making loadable extensions easier to... |
commit | commitdiff | tree |
2013-04-18 |
drh | Fix an incorrect comment (a copy/paste error) in the... |
commit | commitdiff | tree |
2013-04-18 |
drh | Add the --breakpoint and --show-sql-errors commands... |
commit | commitdiff | tree |
2013-04-18 |
drh | Fix a compiler warning in sqlite3_compileoption_used(). |
commit | commitdiff | tree |
2013-04-18 |
drh | Do not suppress the ORDER BY clause on a virtual table... |
commit | commitdiff | tree |
2013-04-17 |
drh | Fix the --match command in mptester so that it checks... |
commit | commitdiff | tree |
2013-04-17 |
drh | In the mptester, add --glob and --notglob and --testcas... |
commit | commitdiff | tree |
2013-04-17 |
drh | In the command-line shell, allow a dot-command to occur... |
commit | commitdiff | tree |
2013-04-17 |
drh | Improvements to some of the comments that are used... |
commit | commitdiff | tree |
2013-04-17 |
drh | Update the command-line shell to give an exit code... |
commit | commitdiff | tree |
2013-04-16 |
drh | Omit sqlite3_compileoption_used() entries that are... |
commit | commitdiff | tree |
2013-04-16 |
drh | Remove the unused SQLITE_CURDIR macro. |
commit | commitdiff | tree |
2013-04-16 |
drh | Disable memory-mapped I/O when the codec is enabled. |
commit | commitdiff | tree |
2013-04-15 |
mistachkin | Expand scope of the SQLITE_MAX_MMAP_SIZE define for... |
commit | commitdiff | tree |
2013-04-15 |
drh | Refactoring the mmap interface. The controlling pragma... |
commit | commitdiff | tree |
2013-04-15 |
drh | Fix a formatting typo in a comment. No changes to... |
commit | commitdiff | tree |
2013-04-14 |
drh | Only consider AS names from the result set as candidate... |
commit | commitdiff | tree |
2013-04-13 |
drh | Only consider AS names from the result set as candidate... tkt-2500cdb9be |
commit | commitdiff | tree |
2013-04-12 |
dan | Add a test case for detaching a database referenced... |
commit | commitdiff | tree |
2013-04-12 |
dan | Change the fts4aux virtual table module so that fts4aux... |
commit | commitdiff | tree |
2013-04-12 |
drh | In mptester: improve the way that child processes are... |
commit | commitdiff | tree |
2013-04-11 |
mistachkin | For the multi-process tester on Win32, make use of... |
commit | commitdiff | tree |
2013-04-11 |
drh | Fix the xCheckReservedLock() method on the windows... |
commit | commitdiff | tree |
2013-04-11 |
drh | Fix pragma code generation so that it always outputs... |
commit | commitdiff | tree |
2013-04-11 |
drh | Show the process-id on log messages from mptester. |
commit | commitdiff | tree |
2013-04-11 |
drh | Have the UNIX VFS issue warnings via sqlite3_log()... |
commit | commitdiff | tree |
2013-04-11 |
mistachkin | Enhance multi-process tester integration with the Win32... |
commit | commitdiff | tree |
2013-04-10 |
drh | Add new primary error codes SQLITE_NOTICE and SQLITE_WA... |
commit | commitdiff | tree |
2013-04-10 |
drh | Add the sqlite3_strglob() interface. |
commit | commitdiff | tree |
2013-04-10 |
drh | Use symbolic names for tasks in mptester. |
commit | commitdiff | tree |
2013-04-10 |
mistachkin | Fix typo in name of mptest executable files in clean... |
commit | commitdiff | tree |
2013-04-10 |
mistachkin | Correct test numbering on several rtree tests. |
commit | commitdiff | tree |
2013-04-09 |
drh | Limit integrity_check output to 10 lines in mptester... |
commit | commitdiff | tree |
2013-04-09 |
drh | Change the rollback journal so that it invokes sqlite3_... |
commit | commitdiff | tree |
2013-04-09 |
drh | Add extra #ifndef statements in os_unix.c and os_win... |
commit | commitdiff | tree |
2013-04-08 |
drh | Disable the use of memory-mapped I/O if the SQLITE_DISA... |
commit | commitdiff | tree |
2013-04-08 |
drh | In mptester, handle startScript no-change commits using... |
commit | commitdiff | tree |
2013-04-08 |
drh | Still more tests using mptester. Added test cases... |
commit | commitdiff | tree |
2013-04-08 |
drh | Adding tests to the mptester scripts. |
commit | commitdiff | tree |
2013-04-08 |
drh | Change mptester to avoid reporting SQLITE_BUSY errors... |
commit | commitdiff | tree |
2013-04-08 |
dan | Handle the case in os_unix.c where SQLITE_FCNTL_MMAP_LI... |
commit | commitdiff | tree |
2013-04-08 |
drh | Merge the multi-process tester into trunk. |
commit | commitdiff | tree |
2013-04-08 |
drh | Add the "mptester" target to the makefiles. Make mptes... mptest |
commit | commitdiff | tree |
2013-04-08 |
drh | Fix harmless compiler warnings in mptest.c. |
commit | commitdiff | tree |
2013-04-08 |
drh | Add the vfsname() and eval() SQL functions to mptest.c. |
commit | commitdiff | tree |
2013-04-08 |
drh | Add --if, --else, --endif processing to mptest.c. |
commit | commitdiff | tree |
2013-04-08 |
dan | Fix an incorrect type cast in an assignment in vdbe.c. |
commit | commitdiff | tree |
2013-04-06 |
drh | Fix the --source command so that its argument is relati... |
commit | commitdiff | tree |
2013-04-06 |
drh | Merge trunk changes into the mptest branch. The mptest... |
commit | commitdiff | tree |
2013-04-06 |
drh | Increase the default SQLITE_MAX_SCHEMA_RETRY to 50... |
commit | commitdiff | tree |
2013-04-06 |
drh | Add SQLITE_CONFIG_LOG error logging to the mptest program. |
commit | commitdiff | tree |
2013-04-06 |
drh | Get the build of mptest working on mac. |
commit | commitdiff | tree |
2013-04-06 |
drh | Get the mptest program running on windows. |
commit | commitdiff | tree |
2013-04-06 |
drh | Many improvements to the mptest program. Added a simpl... |
commit | commitdiff | tree |
2013-04-06 |
dan | Add tests to "permutations.test coverage-pager" to... |
commit | commitdiff | tree |
next |