2022-07-11 |
dan | Update the expected error messages in some OOM test... |
commit | commitdiff | tree |
2022-07-11 |
drh | Use 64-bit memory allocation APIs in the sqlite_stmt... |
commit | commitdiff | tree |
2022-07-11 |
drh | In the sqlite_stmt extension, store the result of strle... |
commit | commitdiff | tree |
2022-07-11 |
drh | Fix harmless compiler warnings about unused debugging... |
commit | commitdiff | tree |
2022-07-11 |
drh | Back out the optimization at [1a8c2e54375ee2cf7] becaus... |
commit | commitdiff | tree |
2022-07-11 |
drh | Ensure that the Parse.nErr flag is set following an... |
commit | commitdiff | tree |
2022-07-11 |
dan | Fix a problem in fts3 to do with deferred tokens and... |
commit | commitdiff | tree |
2022-07-10 |
drh | When an OOM occurs and sets the Parse.nErr value, also... |
commit | commitdiff | tree |
2022-07-08 |
drh | Performance optimizations in the WHERE clause processin... |
commit | commitdiff | tree |
2022-07-08 |
drh | Omit an unnecessary structure initialization in whereLo... |
commit | commitdiff | tree |
2022-07-08 |
drh | Size reduction and performance optimization in whereLoo... |
commit | commitdiff | tree |
2022-07-08 |
drh | In wherePathSolver(), defer initializing variables... |
commit | commitdiff | tree |
2022-07-08 |
dan | Upgrade the TEA build system used to build the Tcl... |
commit | commitdiff | tree |
2022-07-08 |
dan | Fix typo in autoconf/tea/win/makefile.vc. tea-upgrade |
commit | commitdiff | tree |
2022-07-08 |
drh | Remove an obsolete statement from a comment. No change... |
commit | commitdiff | tree |
2022-07-08 |
dan | Update options in the TEA package msvc makefile to... |
commit | commitdiff | tree |
2022-07-08 |
dan | Update the build options used for the TEA package to... |
commit | commitdiff | tree |
2022-07-07 |
drh | Very small size reduction and performance increase... |
commit | commitdiff | tree |
2022-07-07 |
drh | Size reduction and performance increase in defragementP... |
commit | commitdiff | tree |
2022-07-07 |
dan | Upgrade the TEA build system in autoconf/tea/. To match... |
commit | commitdiff | tree |
2022-07-07 |
drh | Size reduction and performance increase in the pageFind... |
commit | commitdiff | tree |
2022-07-07 |
drh | Size reduction and performance increase in the freeSpac... |
commit | commitdiff | tree |
2022-07-06 |
mistachkin | Fix harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2022-07-06 |
dan | Avoid ignoring the last line of a csv file if the final... |
commit | commitdiff | tree |
2022-07-06 |
dan | Avoid dropping error codes in the xBegin() method of... |
commit | commitdiff | tree |
2022-07-05 |
dan | Fix for builds with both SQLITE_DEBUG and SQLITE_OMIT_W... |
commit | commitdiff | tree |
2022-07-05 |
dan | Fix a problem in the csv extension that was triggered... |
commit | commitdiff | tree |
2022-07-05 |
drh | Fix an assert() in btree to be more precise, as the... |
commit | commitdiff | tree |
2022-07-04 |
drh | Size reduction and performance optimization in sqlite3W... |
commit | commitdiff | tree |
2022-07-04 |
drh | In the getNormalPage() routine of pager.c, consolidate... |
commit | commitdiff | tree |
2022-07-03 |
drh | Enhance the REGEXP extension so that the end-of-input... |
commit | commitdiff | tree |
2022-07-03 |
drh | Fix the initial-prefix optimization for the REGEXP... |
commit | commitdiff | tree |
2022-07-03 |
drh | Improved comment on sqlite3VdbeSwap(). No changes... |
commit | commitdiff | tree |
2022-07-03 |
drh | Remove debugging code that has always been commented... |
commit | commitdiff | tree |
2022-07-01 |
dan | Do not attempt the OP_Count optimization on queries... |
commit | commitdiff | tree |
2022-07-01 |
drh | Performance improvement in resolveP2Values(). Save... |
commit | commitdiff | tree |
2022-06-30 |
drh | Small performance improvement to sqlite3_finalize(). |
commit | commitdiff | tree |
2022-06-30 |
dan | Add missing "finish_test" command to the end of test... |
commit | commitdiff | tree |
2022-06-29 |
dan | Have the sqlite_stmt table buffer all data for the... |
commit | commitdiff | tree |
2022-06-27 |
drh | Fix a missing dependency for json.lo in Makefile.in |
commit | commitdiff | tree |
2022-06-25 |
drh | Put an ALWAYS() on an unreachable branch. |
commit | commitdiff | tree |
2022-06-25 |
drh | Allow flattening of a subquery that is the right operan... |
commit | commitdiff | tree |
2022-06-25 |
drh | Increase the version number to 3.40.0 so as to begin... |
commit | commitdiff | tree |
2022-06-25 |
drh | Fix documentation type. [forum:/forumpost/8d900996ed... |
commit | commitdiff | tree |
2022-06-25 |
drh | Version 3.39.0 version-3.39.0 |
commit | commitdiff | tree |
2022-06-25 |
drh | Change a harmless assert() into a testcase(). The... |
commit | commitdiff | tree |
2022-06-24 |
drh | Fix a harmless UBSAN warning associated with PRAGMA... |
commit | commitdiff | tree |
2022-06-24 |
dan | In sqlite3WhereBegin, do not proceed with coding the... |
commit | commitdiff | tree |
2022-06-24 |
drh | A minor fix to test/fuzzinvariants.c so that it works... |
commit | commitdiff | tree |
2022-06-23 |
drh | New test cases for query flattening with LEFT JOIN. |
commit | commitdiff | tree |
2022-06-23 |
drh | Reintroduce flattener constraint (3c), but this time... |
commit | commitdiff | tree |
2022-06-23 |
drh | Add back the ability to flatten a LEFT JOIN subquery... |
commit | commitdiff | tree |
2022-06-23 |
drh | Minor correction to a comment. No code changes. |
commit | commitdiff | tree |
2022-06-22 |
drh | Enhance the TCL scrip that generates sqlite3-all.c... |
commit | commitdiff | tree |
2022-06-22 |
drh | Fix requirements marks that changed due to typo fixes... |
commit | commitdiff | tree |
2022-06-22 |
drh | More comment fixes. No changes to code. |
commit | commitdiff | tree |
2022-06-22 |
drh | Allow more line with on the debugging output for SrcIte... |
commit | commitdiff | tree |
2022-06-22 |
drh | Additional enhancements to comments. No changes to... |
commit | commitdiff | tree |
2022-06-22 |
larrybr | Give dbtotxt an option to prepend .open --hexdb |
commit | commitdiff | tree |
2022-06-22 |
drh | Fix a typo in a comment. No changes to code. |
commit | commitdiff | tree |
2022-06-21 |
drh | Disable the short-cut query planner if the NOT INDEXED... |
commit | commitdiff | tree |
2022-06-21 |
drh | Allow a HAVING clause on any aggregate query, even... |
commit | commitdiff | tree |
2022-06-20 |
drh | Add an ALWAYS() macro to an always-true branch. |
commit | commitdiff | tree |
2022-06-20 |
drh | Do not allow FROM-clause terms on the left side of... |
commit | commitdiff | tree |
2022-06-20 |
drh | Do not allow an ON clause to references tables to its... |
commit | commitdiff | tree |
2022-06-20 |
drh | The fix at [cab9b4cccd13bf0a] was incomplete, as demons... |
commit | commitdiff | tree |
2022-06-19 |
drh | Follow-up to check-in [0057bbb508e7662b] - ensure that... |
commit | commitdiff | tree |
2022-06-18 |
drh | Enable query invariant checking in fuzzcheck by default... |
commit | commitdiff | tree |
2022-06-18 |
drh | Abandon a query-invariant check in fuzzcheck if the... |
commit | commitdiff | tree |
2022-06-18 |
drh | In the --query-invariants option of fuzzcheck, correctl... |
commit | commitdiff | tree |
2022-06-17 |
drh | Fix the OP_Concat operator such that when concatenating... |
commit | commitdiff | tree |
2022-06-17 |
drh | Omit the --query-invariants processing in fuzzcheck... |
commit | commitdiff | tree |
2022-06-17 |
drh | Do not run --query-invariants on statements that make... |
commit | commitdiff | tree |
2022-06-17 |
drh | Various fixes and improvements to the --query-invariant... |
commit | commitdiff | tree |
2022-06-17 |
drh | Allow integers and floating point numbers to compare... query-invariants |
commit | commitdiff | tree |
2022-06-17 |
drh | Improve query-invariants to the point that it would... |
commit | commitdiff | tree |
2022-06-17 |
drh | Only run query-invariant checks after the original... |
commit | commitdiff | tree |
2022-06-17 |
drh | Fix the virtual table detection mechanism to avoid... |
commit | commitdiff | tree |
2022-06-17 |
drh | Fix the new --query-invariants option on fuzzcheck... |
commit | commitdiff | tree |
2022-06-17 |
dan | Avoid omitting the rhs of FULL JOINs in cases where... |
commit | commitdiff | tree |
2022-06-16 |
drh | Minor fix to the query invariant testing logic of fuzzc... |
commit | commitdiff | tree |
2022-06-15 |
drh | Improvements to query invariants in fuzzcheck. |
commit | commitdiff | tree |
2022-06-15 |
drh | Improvements to query invariant checking in fuzzcheck. |
commit | commitdiff | tree |
2022-06-15 |
drh | When running an incremental vacuum, detect growth in... |
commit | commitdiff | tree |
2022-06-15 |
drh | Add the --query-invariants option to fuzzcheck. No... |
commit | commitdiff | tree |
2022-06-15 |
drh | Dbsqlfuzz discovered a case where a bytecode branch... |
commit | commitdiff | tree |
2022-06-15 |
drh | Add the --query-invariants flag to fuzzcheck. The... query-invariant-tests |
commit | commitdiff | tree |
2022-06-15 |
drh | Improvements to query invariant testing. Almost workin... |
commit | commitdiff | tree |
2022-06-14 |
drh | Fix the OP_NullRow opcode so that it works even if... |
commit | commitdiff | tree |
2022-06-14 |
dan | Add missing SQLITE_FCNTL_SIZE_HINT call to a path taken... |
commit | commitdiff | tree |
2022-06-14 |
drh | Attempt to enhance fuzzcheck to do some simple invarian... |
commit | commitdiff | tree |
2022-06-13 |
drh | Do not remove the EP_CanBeNull flag from expressions... |
commit | commitdiff | tree |
2022-06-10 |
drh | The same restrictions on the use of WHERE clause terms... |
commit | commitdiff | tree |
2022-06-10 |
stephan | fiddle: minor style tweaks, including using swapped... |
commit | commitdiff | tree |
2022-06-10 |
drh | Do not allow constant propagation between WHERE-clause... |
commit | commitdiff | tree |
2022-06-10 |
drh | Fix a faulty assert() statement identified by |
commit | commitdiff | tree |
2022-06-10 |
stephan | fiddle: modernized the UI based on related code in... |
commit | commitdiff | tree |
2022-06-09 |
drh | Do not allow the subtype of a value to cross a subquery... |
commit | commitdiff | tree |
2022-06-09 |
drh | Prevent subtype values from slipping across a subquery... subtype-subquery |
commit | commitdiff | tree |
2022-06-09 |
drh | The subtype of a value should not propagate across... |
commit | commitdiff | tree |
next |