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-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 |
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 |
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 |
2018-10-05 |
drh | Changes to geopoly to silience false-positive warnings... |
commit | commitdiff | tree |
2018-10-03 |
drh | Add an ALWAYS on an unreachable branch in the ALTER... |
commit | commitdiff | tree |
2018-10-03 |
dan | Change a type in shell.c.in from "int" to "sqlite3_int6... |
commit | commitdiff | tree |
2018-10-02 |
drh | Add an additional assert() verifying mutex invariants... |
commit | commitdiff | tree |
2018-10-02 |
drh | Additional field name changes and commit fixes associat... |
commit | commitdiff | tree |
2018-10-02 |
drh | Fix comments and refactor some names associated with... |
commit | commitdiff | tree |
2018-10-01 |
drh | Add the "PRAGMA table_xinfo" command that works like... |
commit | commitdiff | tree |
2018-10-01 |
drh | Test case for PRAGMA table_xinfo. pragma-table-vinfo |
commit | commitdiff | tree |
2018-10-01 |
drh | Change the name of the pragma to PRAGMA table_xinfo... |
commit | commitdiff | tree |
2018-10-01 |
drh | Add the extra "hidden" column to the end of the PRAGMA... |
commit | commitdiff | tree |
2018-10-01 |
dan | Speed up xAccess() calls made on an RBU VFS when there... |
commit | commitdiff | tree |
2018-10-01 |
drh | Bring the PRAGMA table_vinfo statement up to date with... |
commit | commitdiff | tree |
2018-10-01 |
drh | Fix a potential crash that can occur while reading... |
commit | commitdiff | tree |
2018-10-01 |
dan | Fix a problem with ALTER TABLE commands when the schema... |
commit | commitdiff | tree |
2018-09-29 |
drh | Add the PRAGMA table_vinfo command (with an extra ... |
commit | commitdiff | tree |
2018-09-28 |
drh | Fix test cases so that they work with ICU. |
commit | commitdiff | tree |
2018-09-28 |
dan | Have sqlite3changegroup_output_strm() call its output... |
commit | commitdiff | tree |
2018-09-28 |
drh | Fix a bug in the sqlite_memstat virtual table that... |
commit | commitdiff | tree |
2018-09-28 |
drh | Add the geopoly_regular(X,Y,R,N) function to the geopol... |
commit | commitdiff | tree |
2018-09-28 |
drh | Make most geopoly functions pure. |
commit | commitdiff | tree |
2018-09-28 |
drh | Rig geopoly to use sqlite3AtoF() if it is available... |
commit | commitdiff | tree |
2018-09-27 |
drh | Small performance optimization in the JSON parser of... |
commit | commitdiff | tree |
2018-09-27 |
drh | Enhance the GeoPOLY extension so that it always stores... |
commit | commitdiff | tree |
2018-09-27 |
drh | Ensure that the OP_VColumn opcode does set sqlite3_vtab... |
commit | commitdiff | tree |
2018-09-27 |
dan | Another minor tweak to memstat.c so that it may be... |
commit | commitdiff | tree |
2018-09-27 |
drh | Modify the memstat virtual table so that it works with... |
commit | commitdiff | tree |
2018-09-27 |
drh | Add the sqlite_memstat extension - an eponymous virtual... |
commit | commitdiff | tree |
2018-09-27 |
drh | Enhancements to sqlite_memstat: memstat-vtab |
commit | commitdiff | tree |
2018-09-27 |
drh | Add initial ZIPVFS support for the "main" database... |
commit | commitdiff | tree |
2018-09-27 |
drh | Initial prototype of a eponymous virtual table that... |
commit | commitdiff | tree |
2018-09-27 |
dan | Disallow the use of window functions in the recursive... |
commit | commitdiff | tree |
2018-09-27 |
mistachkin | Minor simplification: In OP_ParseSchema, read the p1... |
commit | commitdiff | tree |
next |