2019-09-03 |
dan | Fix a buffer overread that could occur when running... branch-3.18 |
commit | commitdiff | tree |
2019-09-03 |
drh | Disable the undocumented rtreenode() SQL function that... |
commit | commitdiff | tree |
2018-12-19 |
drh | Add extra defenses against strategically corrupt databa... |
commit | commitdiff | tree |
2017-07-21 |
drh | Add new interfaces sqlite3_result_pointer(), and |
commit | commitdiff | tree |
2017-06-17 |
drh | Version 3.18.2 version-3.18.2 |
commit | commitdiff | tree |
2017-06-17 |
drh | When building an ephemeral table of integers, do not... |
commit | commitdiff | tree |
2017-06-16 |
drh | Version 3.18.1 version-3.18.1 |
commit | commitdiff | tree |
2017-06-16 |
drh | An unintentional fork was created due to a typo when... |
commit | commitdiff | tree |
2017-06-15 |
drh | Increase the version number to 3.18.1. |
commit | commitdiff | tree |
2017-06-12 |
drh | Ensure pointer map entries are always added when a... |
commit | commitdiff | tree |
2017-03-28 |
drh | Version 3.18.0 Release Candidate version-3.18.0 |
commit | commitdiff | tree |
2017-03-25 |
drh | Add the new sqlite3_set_last_insert_rowid() interface... |
commit | commitdiff | tree |
2017-03-25 |
dan | Do not run tests for ".dump --preserve-rowids" when... |
commit | commitdiff | tree |
2017-03-25 |
drh | Disable the new --preserve-rowids option on the CLI... |
commit | commitdiff | tree |
2017-03-25 |
drh | Make the default value for SQLITE_DEFAULT_SYNCHRONOUS... |
commit | commitdiff | tree |
2017-03-25 |
drh | Fix two harmless compiler warnings. |
commit | commitdiff | tree |
2017-03-24 |
drh | Fix a harmless compiler warning in the JSON1 extension. |
commit | commitdiff | tree |
2017-03-24 |
drh | Previous check-in was not correct. This is a better... |
commit | commitdiff | tree |
2017-03-24 |
drh | Fix the OP_Once opcode so that it works correctly for... |
commit | commitdiff | tree |
2017-03-24 |
drh | Add the RFC-7396 Appendix A test cases for json_patch(). |
commit | commitdiff | tree |
2017-03-24 |
drh | Fix an error in the new json_patch() routine discovered... |
commit | commitdiff | tree |
2017-03-23 |
drh | Add the json_patch() SQL function to the JSON1 extension. |
commit | commitdiff | tree |
2017-03-23 |
drh | Change the name of the json_merge_patch() function... json_mergepatch |
commit | commitdiff | tree |
2017-03-23 |
drh | Improvement to the amalgamation configure.ac file contr... |
commit | commitdiff | tree |
2017-03-23 |
dan | Do not run test file autoanalyze1.test if OMIT_VIRTUALT... |
commit | commitdiff | tree |
2017-03-23 |
dan | Remove an invalid assert() statement failing when VACUU... |
commit | commitdiff | tree |
2017-03-23 |
drh | Avoid redundant edits in the json_merge_patch() function. |
commit | commitdiff | tree |
2017-03-23 |
drh | Fix harmless compiler warnings in the new json_merge_pa... |
commit | commitdiff | tree |
2017-03-23 |
drh | Various fixes to the json_merge_patch() function. |
commit | commitdiff | tree |
2017-03-22 |
drh | Change the name of the new function to "json_merge_patc... |
commit | commitdiff | tree |
2017-03-22 |
drh | Initial implementation of the json_mergepatch(A,B)... |
commit | commitdiff | tree |
2017-03-22 |
drh | Fix harmless compiler warnings in the shell. |
commit | commitdiff | tree |
2017-03-21 |
drh | New simplified memory initialization for MacOS. |
commit | commitdiff | tree |
2017-03-21 |
drh | Fix an incorrect assert in the ANALYZE logic for STAT4... |
commit | commitdiff | tree |
2017-03-21 |
dan | Add short script ext/fts3/tool/fts3cov.sh. To help... |
commit | commitdiff | tree |
2017-03-21 |
dan | Do not run sync2.test as part of the "inmemory_journal... |
commit | commitdiff | tree |
2017-03-20 |
drh | Add the --native-malloc option to fuzzcheck. Fix ossfu... |
commit | commitdiff | tree |
2017-03-20 |
drh | Fix the fuzzcheck program so that it can create new... |
commit | commitdiff | tree |
2017-03-20 |
dan | Avoid passing NULL as the second argument to memcpy... |
commit | commitdiff | tree |
2017-03-20 |
dan | Avoid a technically undefined right-shift of a signed... |
commit | commitdiff | tree |
2017-03-20 |
dan | Fix some problems in fts3 found by address-sanitizer. |
commit | commitdiff | tree |
2017-03-20 |
drh | Avoid the possibility of signed integer overflow with... |
commit | commitdiff | tree |
2017-03-20 |
dan | Do not run sync2.test as part of the "journaltest"... |
commit | commitdiff | tree |
2017-03-20 |
drh | Ensure that a "--" prefix is added to sqlite3_trace_v2... |
commit | commitdiff | tree |
2017-03-20 |
dan | Only run sync2.test on unix, as it depends on instrumen... |
commit | commitdiff | tree |
2017-03-20 |
drh | Fix the check.test script so that it works on Windows. |
commit | commitdiff | tree |
2017-03-20 |
drh | Documentation fix: SQLITE_SOURCE_ID is a now a SHA3... |
commit | commitdiff | tree |
2017-03-18 |
drh | Only do the specialized MacOS single-core zone_malloc... |
commit | commitdiff | tree |
2017-03-17 |
drh | Fix an error in the newly revised documentation for... |
commit | commitdiff | tree |
2017-03-17 |
drh | Set a reasonable limit on the number of opcodes in... |
commit | commitdiff | tree |
2017-03-17 |
drh | Begin enforcing the SQLITE_LIMIT_VDBE_OP. The document... |
commit | commitdiff | tree |
2017-03-17 |
drh | Add the --show-errors and --show-max-delay command... |
commit | commitdiff | tree |
2017-03-17 |
drh | Fix the Makefile.in so that it builds the ossshell... |
commit | commitdiff | tree |
2017-03-17 |
dan | Fix a buffer overread in debugging routine sqlite3VdbeM... |
commit | commitdiff | tree |
2017-03-17 |
drh | Fix a problem in the enhanced PRAGMA integrity_check... |
commit | commitdiff | tree |
2017-03-16 |
dan | If the user has not set it explicitly, set the "PRAGMA... |
commit | commitdiff | tree |
2017-03-16 |
dan | Fix a typo causing the build to fail if SQLITE_DEFAULT_... default-synchronous-fix |
commit | commitdiff | tree |
2017-03-16 |
dan | If the user has not set it explicitly, set the "PRAGMA... |
commit | commitdiff | tree |
2017-03-16 |
drh | Simplified OOM detection in the instr() SQL function. |
commit | commitdiff | tree |
2017-03-16 |
drh | Fix an uninitialized variable reference in the text... |
commit | commitdiff | tree |
2017-03-16 |
drh | Fix a problem in the "showdb" utility that prevents... |
commit | commitdiff | tree |
2017-03-16 |
dan | Fix a crash that could follow an OOM condition in the... |
commit | commitdiff | tree |
2017-03-15 |
drh | Updates to README files under the ext/ hierarchy. ... |
commit | commitdiff | tree |
2017-03-15 |
drh | Add the "Obtaining The Code" subsection in the top... |
commit | commitdiff | tree |
2017-03-15 |
drh | Mention the ".selftest" command in the ".help" output... |
commit | commitdiff | tree |
2017-03-15 |
drh | Make "PRAGMA temp.synchronous=N" a no-op to ensure... |
commit | commitdiff | tree |
2017-03-15 |
drh | Improved header comment on the shathree.c extension... |
commit | commitdiff | tree |
2017-03-14 |
mistachkin | Updates to the MSVC makefiles. |
commit | commitdiff | tree |
2017-03-13 |
drh | Add the dbdump.c extension that implements functionalit... |
commit | commitdiff | tree |
2017-03-13 |
drh | Add dbdump.exe to the MSVC makefile. dbdump |
commit | commitdiff | tree |
2017-03-13 |
drh | Fixes to the dump logic. All appears to be working... |
commit | commitdiff | tree |
2017-03-13 |
drh | First draft of the complete dbdump.c library. |
commit | commitdiff | tree |
2017-03-13 |
drh | Infrastructure for an extension C-library to implement... |
commit | commitdiff | tree |
2017-03-13 |
drh | In the output of the ".dump" command in the CLI, quote... |
commit | commitdiff | tree |
2017-03-13 |
drh | Fix the sqlite3TreeViewSelect() routine so that it... |
commit | commitdiff | tree |
2017-03-13 |
dan | Fix a segfault that could occur following an OOM error... |
commit | commitdiff | tree |
2017-03-13 |
drh | In the OSSFuzz test module, invoke the progress handler... |
commit | commitdiff | tree |
2017-03-12 |
drh | Fix a possible NULL pointer dereference in following... |
commit | commitdiff | tree |
2017-03-12 |
drh | Remove an obsolete assert() in the IN operator code... |
commit | commitdiff | tree |
2017-03-11 |
drh | Make sure the translateColumnToCopy() routine in the... |
commit | commitdiff | tree |
2017-03-11 |
drh | The output of the ".dump" command in the CLI quotes... string-quoting-dump |
commit | commitdiff | tree |
2017-03-11 |
drh | Increase the number of significant digits in floating... |
commit | commitdiff | tree |
2017-03-10 |
dan | Remove the rbu_round_trip.tcl script. It is now part... |
commit | commitdiff | tree |
2017-03-10 |
drh | Fix an error in the SQLITE_MAX_MEMORY implementation... |
commit | commitdiff | tree |
2017-03-10 |
drh | Add the -DSQLITE_MAX_MEMORY=N compile-time option.... |
commit | commitdiff | tree |
2017-03-10 |
drh | Add the SQLITE_MAX_MEMORY compile-time option that... max-memory-option |
commit | commitdiff | tree |
2017-03-10 |
drh | Enhance the ".stats" dot-command in the CLI to use... |
commit | commitdiff | tree |
2017-03-10 |
drh | Improvements to ".selftest --init". Tests are number... |
commit | commitdiff | tree |
2017-03-09 |
drh | Remove the test/dbselftest.c program. In its place... |
commit | commitdiff | tree |
2017-03-09 |
drh | Fix the ".dump" command to correctly extract tail data... |
commit | commitdiff | tree |
2017-03-09 |
drh | Begin moving separate boolean variables in the ShellSta... |
commit | commitdiff | tree |
2017-03-08 |
drh | Make sure the database connection is open prior to... |
commit | commitdiff | tree |
2017-03-08 |
drh | In the ".sha3sum" command, if there is a LIKE pattern... |
commit | commitdiff | tree |
2017-03-08 |
drh | Add the ".sha3sum" command to the CLI - used to compute... |
commit | commitdiff | tree |
2017-03-08 |
drh | Improved comments explaining the sha3_query() format... |
commit | commitdiff | tree |
2017-03-08 |
drh | Add the shathree.c extension for implementing SHA3... |
commit | commitdiff | tree |
2017-03-08 |
drh | In the CLI, avoid unnecessary identifier quoting in... |
commit | commitdiff | tree |
2017-03-08 |
drh | Add the --preserve-rowids option to the ".dump" command... |
commit | commitdiff | tree |
2017-03-07 |
dan | Add test script ext/rbu/rbu_round_trip.tcl. Uses "dbsel... |
commit | commitdiff | tree |
2017-03-07 |
drh | Performance optimization in the tokenizer/parser loop. |
commit | commitdiff | tree |
next |