| 2020-03-13 |
dan | Merge SQLITE_NOOP_UPDATE fix into this branch. |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
dan | Fix a typo causing SQLITE_NOOP_UPDATE builds to fail. |
commit | commitdiff | tree | snapshot |
| 2020-03-12 |
dan | Add link from begin_concurrent_report.md back to branch... |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
dan | Add documentation notes and fix outstanding issues... |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
dan | Support reporting of blob fields. |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
dan | Fix test and other problems with reporting pages read... |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
dan | Fix problem in test script concreport.test. |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
dan | Report on pages, as well as keys, read and written... |
commit | commitdiff | tree | snapshot |
| 2020-03-07 |
dan | Fix reporting cases related to UPDATE. And of WITHOUT... |
commit | commitdiff | tree | snapshot |
| 2020-03-06 |
dan | Enhancement to log logical writes as well as reads. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
dan | Fix reporting for indexed range scans that extend past... |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
dan | Fix cases to do with index scans. |
commit | commitdiff | tree | snapshot |
| 2020-03-03 |
dan | Extend begin_concurrent_report() so that it reports... |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
dan | Fix reporting for some range scan cases. |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
dan | Merge latest begin-concurrent-pnu changes with this... |
commit | commitdiff | tree | snapshot |
| 2020-02-04 |
dan | Merge latest trunk changes, including the SQLITE_ENABLE... |
commit | commitdiff | tree | snapshot |
| 2020-02-04 |
dan | Enable more detailed log messages in SQLITE_ENABLE_CORR... |
commit | commitdiff | tree | snapshot |
| 2020-02-04 |
drh | Extend the OP_Copy-coalesce optimization fix of check... |
commit | commitdiff | tree | snapshot |
| 2020-02-04 |
drh | Fix a problem with the byte-code decompiler that was... |
commit | commitdiff | tree | snapshot |
| 2020-02-03 |
drh | Cosmetic change to the xfer-optimization to put the... |
commit | commitdiff | tree | snapshot |
| 2020-02-03 |
drh | Increase the version number to 3.32.0. |
commit | commitdiff | tree | snapshot |
| 2020-02-01 |
drh | On an INSERT or UPDATE, perform affinity conversions... |
commit | commitdiff | tree | snapshot |
| 2020-02-01 |
drh | Fix the comment display for the OP_Function opcode... |
commit | commitdiff | tree | snapshot |
| 2020-02-01 |
drh | Merge the sqlite3CodecQueryParameters() fix into trunk. |
commit | commitdiff | tree | snapshot |
| 2020-02-01 |
drh | Fix a problem in sqlite3CodecQueryParameters() that... |
commit | commitdiff | tree | snapshot |
| 2020-01-31 |
drh | Fix a minor typo in a comment in the btreeinfo extension. |
commit | commitdiff | tree | snapshot |
| 2020-01-29 |
dan | Fix a problem with the processing of IN(...) constraint... |
commit | commitdiff | tree | snapshot |
| 2020-01-29 |
dan | Add a test case for commit [ffd8bb93]. |
commit | commitdiff | tree | snapshot |
| 2020-01-29 |
drh | Remove a NEVER() that is in fact reachable. Test cases... |
commit | commitdiff | tree | snapshot |
| 2020-01-29 |
drh | Add new memory barriers during initialization. |
commit | commitdiff | tree | snapshot |
| 2020-01-29 |
drh | Modify a couple of FTS test cases so that they work... |
commit | commitdiff | tree | snapshot |
| 2020-01-28 |
drh | Faster decoding of 32-bit variable-length integers... |
commit | commitdiff | tree | snapshot |
| 2020-01-28 |
drh | Small performance improvement to the key-comparision... |
commit | commitdiff | tree | snapshot |
| 2020-01-28 |
drh | Reinstate the optimization of converting "a IN (C)... |
commit | commitdiff | tree | snapshot |
| 2020-01-28 |
dan | Fix a 4 byte OOB read in test_multiplex.c. |
commit | commitdiff | tree | snapshot |
| 2020-01-28 |
drh | Minor change for compatibility with the s390 architecture. |
commit | commitdiff | tree | snapshot |
| 2020-01-27 |
drh | Version 3.31.1 version-3.31.1 |
commit | commitdiff | tree | snapshot |
| 2020-01-27 |
drh | Update the version number to 3.31.1. |
commit | commitdiff | tree | snapshot |
| 2020-01-27 |
drh | Revise the layout of filenames in the Pager object... |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
drh | Fix typos in the sqlite3ext.h header file that prevent... |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
mistachkin | Fix variable declaration issue seen with MSVC. |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
drh | Fix a NEVER() macro that can be true if compiled with |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
drh | Merge version 3.31.0 |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
drh | Version 3.31.0 version-3.31.0 |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
dan | Begin adding instrumentation to record and report on... |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
dan | Update test file exclusive.test so that it works with... |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
dan | Fix a problem with using views in SQLITE_OMIT_VIRTUAL_T... |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
dan | Fix a case in fts3auto.test that fails for SQLITE_DISAB... |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
dan | Fix an assert() that could fail in SQLITE_MUTATION_TEST... |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
dan | Fix a problem in the userauth extension causing it... |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
drh | Fix the series.c and spellfix.c extensions to use SQLIT... |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
mistachkin | Improvements to the autoconf TEA Makefile for MSVC. |
commit | commitdiff | tree | snapshot |
| 2020-01-20 |
drh | In the fuzzcheck test program, reduce the default expre... |
commit | commitdiff | tree | snapshot |
| 2020-01-19 |
drh | Enhancement to the CLI to allow the ".parameter init... |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
drh | Documentation improvements. |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
drh | In the TCL interface, add the ability to change the |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
drh | Allow non-deterministic function in CHECK constraints... |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
drh | Do not use memcpy() of zero bytes when initializing... |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
drh | Disable a redundant test case that uses a very large... |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
drh | Add extra front margin to the fake empty filename retur... |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
drh | Fix the VDBE so that it correctly handles the sequence... |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
drh | Fix a typo in a comment. No code changes. |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
drh | The compress() function should not be deterministic... |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
drh | Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT... |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
drh | Improved rounding in the 'unixepoch' feature of the... |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
dan | Update test script instrfault.test to account for the... |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
dan | Fix a case in "fuzz.test" that could fail, as non-deter... |
commit | commitdiff | tree | snapshot |
| 2020-01-16 |
drh | New testcase() macros in select.c, for coverage of... |
commit | commitdiff | tree | snapshot |
| 2020-01-16 |
dan | Add the SQLITE_FCNTL_CKPT_DONE file-control for the... |
commit | commitdiff | tree | snapshot |
| 2020-01-16 |
drh | Do not allow the constant-propagation optimization... |
commit | commitdiff | tree | snapshot |
| 2020-01-16 |
drh | Fix an SQL syntax error in the comment on the omit... |
commit | commitdiff | tree | snapshot |
| 2020-01-16 |
drh | Clean up the definitions of the TERM_ constants in... |
commit | commitdiff | tree | snapshot |
| 2020-01-15 |
drh | Do not allow the "PRAGMA encoding" statement to change... |
commit | commitdiff | tree | snapshot |
| 2020-01-15 |
drh | Merge all recent enhancements and fixes from trunk. |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
drh | Fix the urifuncs.c extension (used for testing and... |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
drh | Remove an ALWAYS on a branch for improved database... |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
drh | Add the new noop_nd() debugging function to the noop... |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
drh | For the showdb utility program, more accurate detection... |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
drh | Fix a minor typo on a comment in the CLI implementation. |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
drh | Improvements to sqlite3_open_v2() documentation. |
commit | commitdiff | tree | snapshot |
| 2020-01-13 |
drh | More documentation updates. No code changes. |
commit | commitdiff | tree | snapshot |
| 2020-01-13 |
drh | Documentation updates. No changes to code. |
commit | commitdiff | tree | snapshot |
| 2020-01-12 |
drh | Better than removing the incorrect assert() is to chang... |
commit | commitdiff | tree | snapshot |
| 2020-01-12 |
drh | Change the zipfile virtual table so that the xBestIndex... |
commit | commitdiff | tree | snapshot |
| 2020-01-12 |
drh | Remove an incorrect assert(). Fix for ticket [614b2531... |
commit | commitdiff | tree | snapshot |
| 2020-01-11 |
drh | New apis: sqlite3_filename_database(), sqlite3_filename... |
commit | commitdiff | tree | snapshot |
| 2020-01-11 |
drh | Minor changes for consistency between sqlite3_filename_... enhanced-uri |
commit | commitdiff | tree | snapshot |
| 2020-01-11 |
drh | Redesign for better legacy compatibility. Add the... |
commit | commitdiff | tree | snapshot |
| 2020-01-10 |
drh | Rearchitect the way in which filenames are stored in... |
commit | commitdiff | tree | snapshot |
| 2020-01-10 |
drh | Fix to the register validity tracking logic in debug... |
commit | commitdiff | tree | snapshot |
| 2020-01-10 |
drh | Documentation updates on newer APIs. No changes to... |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
drh | Fix the fossildelta.c extension so that it will compile... |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
drh | Merge in the untrusted-schema enhancements. |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
drh | Only register the fts3_tokenizer() function using a... |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
dan | Fix an assert() in window.c that could fail with some... |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
drh | Fix a problem in the encoding display in the updated... new-security-options |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
drh | Fix minor typos in the trusted-schema.md document. |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
drh | Minor formatting changes in the trusted-schema.md document. |
commit | commitdiff | tree | snapshot |
| next |