2018-11-20 |
dan | Fix problems in pragma.c causing some PRAGMA statements... |
commit | commitdiff | tree |
2018-11-17 |
drh | Fix the regexp used to recognize libdl errors on OS-X. |
commit | commitdiff | tree |
2018-11-17 |
drh | Fix harmless compiler warnings that appear with SQLITE_... |
commit | commitdiff | tree |
2018-11-17 |
drh | Remove a C++-style comment. |
commit | commitdiff | tree |
2018-11-17 |
dan | Fix a problem in test script e_fkey.test. |
commit | commitdiff | tree |
2018-11-16 |
drh | Fix a test case so that it works on windows. |
commit | commitdiff | tree |
2018-11-16 |
drh | Add SQLITE_CONSTRAINT support to the xBestIndex methods... |
commit | commitdiff | tree |
2018-11-16 |
drh | Update the explain virtual table to make use of SQLITE_... |
commit | commitdiff | tree |
2018-11-16 |
drh | Fix the JSON table-valued functions to make use of... |
commit | commitdiff | tree |
2018-11-16 |
drh | Add an assert() to the generate_series virtual table... |
commit | commitdiff | tree |
2018-11-16 |
drh | Update the generate_series() table-valued function... |
commit | commitdiff | tree |
2018-11-16 |
dan | In order to avoid exporting a symbol, use a macro inste... |
commit | commitdiff | tree |
2018-11-16 |
drh | Enhance the xBestIndex interface of virtual table so... |
commit | commitdiff | tree |
2018-11-16 |
drh | Fix comments and make magic numbers into #defines in... |
commit | commitdiff | tree |
2018-11-16 |
dan | Fix a problem with virtual table "fsdir" and some join... |
commit | commitdiff | tree |
2018-11-16 |
drh | Improvements to the CSV virtual table. |
commit | commitdiff | tree |
2018-11-15 |
mistachkin | Fix typos in the previous check-in. |
commit | commitdiff | tree |
2018-11-15 |
drh | Include geopoly in the compiler-warning script. |
commit | commitdiff | tree |
2018-11-15 |
drh | New fuzztest cases. |
commit | commitdiff | tree |
2018-11-13 |
drh | Fix a potential buffer overread in the dbstat virtual... |
commit | commitdiff | tree |
2018-11-13 |
drh | Turn on ASAN for the dbfuzz2 utility. Fix a buffer... |
commit | commitdiff | tree |
2018-11-12 |
drh | New hyperlinks in comments used to generate documentati... |
commit | commitdiff | tree |
2018-11-12 |
dan | Fix a use-after-free problem in the fts5vocab virtual... |
commit | commitdiff | tree |
2018-11-10 |
drh | Add support for read-only shadow tables on virtual... |
commit | commitdiff | tree |
2018-11-10 |
dan | Add the "changesetfuzz" program. For fuzzing changeset... |
commit | commitdiff | tree |
2018-11-10 |
dan | Merge latest trunk changes. changesetfuzz |
commit | commitdiff | tree |
2018-11-10 |
drh | Remove a NEVER() that is reachable after all. Reverts... read-only-shadow |
commit | commitdiff | tree |
2018-11-10 |
drh | Merge fixes from trunk. |
commit | commitdiff | tree |
2018-11-09 |
drh | Fix invalid use of unprotected sqlite3_value objects... |
commit | commitdiff | tree |
2018-11-09 |
dan | When a table is renamed using "ALTER TABLE RENAME TO... |
commit | commitdiff | tree |
2018-11-09 |
drh | Fix for ticket [787fa716be3a7f650cac] |
commit | commitdiff | tree |
2018-11-08 |
drh | In the treeview.c module, break out the display of... |
commit | commitdiff | tree |
2018-11-08 |
drh | Improved documentation for SQLITE_DBCONFIG_DEFENSIVE... |
commit | commitdiff | tree |
2018-11-08 |
dan | Add tests and a fix for program "changesetfuzz". |
commit | commitdiff | tree |
2018-11-07 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2018-11-07 |
dan | Fix minor issues in the changesetfuzz program. |
commit | commitdiff | tree |
2018-11-07 |
dan | Update the "changesetfuzz" program to work with patchse... |
commit | commitdiff | tree |
2018-11-07 |
drh | Performance improvement in subroutine that decides... |
commit | commitdiff | tree |
2018-11-07 |
drh | Merge the onefile permutation fix from trunk. |
commit | commitdiff | tree |
2018-11-07 |
drh | More test-case adjustments for defensive mode. |
commit | commitdiff | tree |
2018-11-07 |
dan | Fix a problem with the handling of SQLITE_FCNTL_PRAGMA... |
commit | commitdiff | tree |
2018-11-07 |
drh | Merge the permutations fix from trunk. |
commit | commitdiff | tree |
2018-11-07 |
dan | Partially revert [3e1a2f661], as some test scripts... |
commit | commitdiff | tree |
2018-11-07 |
drh | Add the SQLITE_DEFAULT_DEFENSIVE compile-time option... |
commit | commitdiff | tree |
2018-11-06 |
dan | Update the changesetfuzz program to fuzz changeset... |
commit | commitdiff | tree |
2018-11-06 |
drh | Enable DEFENSIVE mode by default for tests. This requi... |
commit | commitdiff | tree |
2018-11-06 |
drh | Turn on defensive mode for running test scripts. Does... |
commit | commitdiff | tree |
2018-11-06 |
drh | Only allow shadow table to be written from within a... |
commit | commitdiff | tree |
2018-11-06 |
drh | Add enforcement of read-only on shadow tables. This... |
commit | commitdiff | tree |
2018-11-05 |
drh | Initial code to make shadow tables read-only to ordinar... |
commit | commitdiff | tree |
2018-11-05 |
dan | Add preliminary version of "changesetfuzz" program... |
commit | commitdiff | tree |
2018-11-05 |
drh | Add the SQLITE_DBCONFIG_DEFENSIVE flag. |
commit | commitdiff | tree |
2018-11-05 |
drh | Eponymous virtual tables appear to exist in all schemas... |
commit | commitdiff | tree |
2018-11-05 |
drh | Disable the IS NOT NULL optimization when the IS NOT... |
commit | commitdiff | tree |
2018-11-03 |
drh | Correct the internal logic for SQLITE_DBCONFIG_DEFENSIVE. dbconfig-defensive |
commit | commitdiff | tree |
2018-11-03 |
dan | Add extra defenses against strategically corrupt databa... |
commit | commitdiff | tree |
2018-11-03 |
drh | Add the SQLITE_DBCONFIG_DEFENSIVE flag. |
commit | commitdiff | tree |
2018-11-03 |
drh | Fix a assert() in the query planner that can arise... |
commit | commitdiff | tree |
2018-11-02 |
drh | Enhance triggers so that they can use table-valued... |
commit | commitdiff | tree |
2018-10-31 |
drh | Deploy the sqlite3Strlen30NN() function (argument guara... |
commit | commitdiff | tree |
2018-10-31 |
drh | Add support for the SQLITE_PREPARE_NORMALIZED flag... |
commit | commitdiff | tree |
2018-10-31 |
drh | Tweaks to the test_intarray documentation and tests. |
commit | commitdiff | tree |
2018-10-31 |
drh | Merge fuzz test cases computed by dbfuzz2. |
commit | commitdiff | tree |
2018-10-31 |
drh | Improved corrupt database detection in the relocatePage... |
commit | commitdiff | tree |
2018-10-30 |
drh | Add new fuzzer cases generated by dbfuzz2. |
commit | commitdiff | tree |
2018-10-30 |
dan | Update comments in sqlite3session.c to describe the... |
commit | commitdiff | tree |
2018-10-30 |
drh | Split the SQLITE_WriteSchema flag in two flags, WriteSc... |
commit | commitdiff | tree |
2018-10-30 |
drh | Modify the CLI so that the --deserialize option is... |
commit | commitdiff | tree |
2018-10-30 |
drh | Improvements to the -fsanitize=fuzzer based database... |
commit | commitdiff | tree |
2018-10-30 |
drh | In the CLI, when opening a file that begins with the... |
commit | commitdiff | tree |
2018-10-30 |
drh | Enable sqlite3_deserialize() in the CLI. The --deseria... |
commit | commitdiff | tree |
2018-10-29 |
drh | Fix a potential assertion fault that can occur while... |
commit | commitdiff | tree |
2018-10-29 |
drh | Fix minor memory leak in the dbstat extension that... |
commit | commitdiff | tree |
2018-10-29 |
mistachkin | Add the sqlite3_normalized_sql() API. normalized_sql |
commit | commitdiff | tree |
2018-10-29 |
dan | In the sessions module, avoid collecting rebase data... |
commit | commitdiff | tree |
2018-10-29 |
drh | Harden the dbstat extension against corrupt database... |
commit | commitdiff | tree |
2018-10-27 |
drh | Improvements to the dbfuzz2.c test module. |
commit | commitdiff | tree |
2018-10-27 |
drh | Add an entry in Makefile.in to build dbfuzz2 using... |
commit | commitdiff | tree |
2018-10-27 |
drh | Initial code for a fuzzing tool on database file that... |
commit | commitdiff | tree |
2018-10-26 |
dan | Add the sqlite3session_config() interface. For configur... |
commit | commitdiff | tree |
2018-10-26 |
dan | Prevent an == constraint specified using the table... |
commit | commitdiff | tree |
2018-10-25 |
drh | In the WHERE-constraint propagation optimization, if... |
commit | commitdiff | tree |
2018-10-24 |
drh | Add the ENABLE_GEOPOLY case to the compile_options... |
commit | commitdiff | tree |
2018-10-23 |
dan | Fix a problem with using window functions in compound... |
commit | commitdiff | tree |
2018-10-20 |
dan | Add the sqlite3changeset_start_v2() - a new version... |
commit | commitdiff | tree |
2018-10-18 |
dan | Take steps to avoid a potential integer overflow in... |
commit | commitdiff | tree |
2018-10-18 |
dan | Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions... |
commit | commitdiff | tree |
2018-10-12 |
drh | Test case modifications to support SEE. |
commit | commitdiff | tree |
2018-10-11 |
drh | Add the textkey and textrekey pragmas. |
commit | commitdiff | tree |
2018-10-11 |
drh | Fix harmless compiler warnings in the CLI. |
commit | commitdiff | tree |
2018-10-11 |
drh | Always reset the pager before changing the codec. |
commit | commitdiff | tree |
2018-10-11 |
drh | On the first connection to a WAL-mode database that... |
commit | commitdiff | tree |
2018-10-11 |
drh | In the CLI, fix a file descriptor leak following OOM... |
commit | commitdiff | tree |
2018-10-11 |
drh | In the unix VFS, fix the heap shm allocator (used for... |
commit | commitdiff | tree |
2018-10-10 |
drh | In the CLI, allow the SQLITE_HISTORY environment variab... |
commit | commitdiff | tree |
2018-10-08 |
drh | Fix an issue with the new memstat.c extension. |
commit | commitdiff | tree |
2018-10-08 |
drh | Replace the new geopoly_reverse() function with geopoly... |
commit | commitdiff | tree |
2018-10-08 |
drh | Add the geopoly_reverse() function to the GeoPoly exten... |
commit | commitdiff | tree |
2018-10-06 |
drh | Fix the ".help -all" option in the command-line shell. |
commit | commitdiff | tree |
2018-10-06 |
dan | Add test cases and assert() statements to ensure that... |
commit | commitdiff | tree |
next |