2020-04-21 |
drh | Add the sqlite3_database_file_object() interface to... sqlite3_database_file_object |
commit | commitdiff | tree |
2020-04-21 |
drh | Experimental API: sqlite3_database_file_object(). |
commit | commitdiff | tree |
2020-04-20 |
drh | Do not use O_NOFOLLOW when opening a directory just... |
commit | commitdiff | tree |
2020-04-20 |
drh | Enhance the ".filectrl" command in the CLI to support... |
commit | commitdiff | tree |
2020-04-20 |
drh | The SQLITE_TESTCTRL_RESERVE operator is removed. In... |
commit | commitdiff | tree |
2020-04-20 |
drh | Remove an obsolete comment. No changes to code. |
commit | commitdiff | tree |
2020-04-18 |
drh | Add the --bom option to the ".excel", ".once", and... |
commit | commitdiff | tree |
2020-04-17 |
drh | Fix the ".excel" command and the ".open -x" and ".open... |
commit | commitdiff | tree |
2020-04-16 |
dan | Merge accidentally created fork. |
commit | commitdiff | tree |
2020-04-16 |
dan | Improve corruption detection in fts3 shadow tables... |
commit | commitdiff | tree |
2020-04-15 |
drh | Clarification of the byte-order determination for UTF16... |
commit | commitdiff | tree |
2020-04-14 |
drh | Build the UINT collating sequence extension into the... |
commit | commitdiff | tree |
2020-04-14 |
drh | Add the UINT collating sequence extension. The impleme... |
commit | commitdiff | tree |
2020-04-09 |
mistachkin | When compiling the shell for WinRT, avoid using Win32... |
commit | commitdiff | tree |
2020-04-07 |
drh | Limit LIKE/GLOB pattern length to 100 bytes (default... |
commit | commitdiff | tree |
2020-04-07 |
drh | Add the --spinner option to the fuzzcheck test program. |
commit | commitdiff | tree |
2020-04-07 |
drh | The ALTER TABLE fix of check-in [7e5ad8e0ab7ee91a]... |
commit | commitdiff | tree |
2020-04-07 |
drh | Remove dead code that was added during initial developm... |
commit | commitdiff | tree |
2020-04-06 |
drh | Performance improvement in sqlite3ResolveExprNameList(). |
commit | commitdiff | tree |
2020-04-06 |
drh | Performance improvement for column name lookup. |
commit | commitdiff | tree |
2020-04-06 |
dan | When running ALTER TABLE, avoid adding some internally... |
commit | commitdiff | tree |
2020-04-04 |
drh | Remove a NEVER() that could be true in sqlite3MatchEName(). |
commit | commitdiff | tree |
2020-04-04 |
drh | In the push-down optimization, do not substitute column... |
commit | commitdiff | tree |
2020-04-03 |
dan | Avoid factoring out constant expressions on the LHS... |
commit | commitdiff | tree |
2020-04-03 |
drh | Add a test case to fuzzdata8.db for the recent Henry... |
commit | commitdiff | tree |
2020-04-03 |
drh | In the event of a semantic error in an aggregate query... |
commit | commitdiff | tree |
2020-04-03 |
dan | Do not suppress errors when resolving references in... |
commit | commitdiff | tree |
2020-04-03 |
dan | Fix a case when a pointer might be used after being... |
commit | commitdiff | tree |
2020-04-02 |
drh | Fix an obsolete comment in the parameter binding logic... |
commit | commitdiff | tree |
2020-03-30 |
dan | Use __atomic_load_n() and __atomic_store_n() for a... |
commit | commitdiff | tree |
2020-03-30 |
dan | Fix "GCC_VESRION" typo in wal.c. |
commit | commitdiff | tree |
2020-03-28 |
drh | Enhancements to the SQLITE_ENABLE_SETLK_TIMEOUT compile... |
commit | commitdiff | tree |
2020-03-28 |
drh | MSVC does not allow constant expressions as initializer... |
commit | commitdiff | tree |
2020-03-27 |
dan | Modifications to the way blocking locks are used in... setlk-deadlock-fix |
commit | commitdiff | tree |
2020-03-26 |
drh | Reinstate the optimization that converts "x IN (y)... |
commit | commitdiff | tree |
2020-03-25 |
drh | For the LIKE pattern in the .dump command of the CLI... |
commit | commitdiff | tree |
2020-03-25 |
drh | Enhance the ".dump" command in the CLI so that it accep... |
commit | commitdiff | tree |
2020-03-21 |
drh | Fix to the recomputation of the colUsed field added... |
commit | commitdiff | tree |
2020-03-21 |
drh | Enhance the treeview system to show the SrcList_item... |
commit | commitdiff | tree |
2020-03-21 |
dan | Simplify some of the code modified by the previous... |
commit | commitdiff | tree |
2020-03-21 |
dan | Ensure that "main" can always be used to refer to the... |
commit | commitdiff | tree |
2020-03-21 |
dan | Consolidate some code on this branch. main-alias-fix |
commit | commitdiff | tree |
2020-03-21 |
drh | Change a bitfield in sqlite3_stmt into an unsigned... |
commit | commitdiff | tree |
2020-03-21 |
drh | Performance optimization in sqlite3VdbeMakeReady(). |
commit | commitdiff | tree |
2020-03-21 |
drh | Recompute the set of columns used for each table when... |
commit | commitdiff | tree |
2020-03-20 |
dan | Allow "main" to be used to refer to the main database... |
commit | commitdiff | tree |
2020-03-20 |
dan | Avoid an undefined integer overflow in fts3 by detectin... |
commit | commitdiff | tree |
2020-03-19 |
drh | Chagnes the ESCAPE clause on the LIKE operator to overw... |
commit | commitdiff | tree |
2020-03-19 |
drh | Fix an integer overflow problem with the dbstat virtual... |
commit | commitdiff | tree |
2020-03-19 |
drh | Fix a typo in a comment. No changes to code. |
commit | commitdiff | tree |
2020-03-16 |
dan | Fix handling of window functions in aggregate queries... |
commit | commitdiff | tree |
2020-03-16 |
drh | At the end of the right-hand table loop of a LEFT JOIN... |
commit | commitdiff | tree |
2020-03-12 |
drh | Remove stray comment characters at the end of an #ifdef... |
commit | commitdiff | tree |
2020-03-12 |
drh | Fix comments and strengthen assert() statements associa... |
commit | commitdiff | tree |
2020-03-11 |
drh | Do not factor out constant functions into the initializ... |
commit | commitdiff | tree |
2020-03-11 |
drh | Rename sqlite3ExprCodeAtInit() to sqlite3ExprCodeRunJus... do-not-factor-functions |
commit | commitdiff | tree |
2020-03-11 |
drh | Do not factor out constant functions into the initializ... |
commit | commitdiff | tree |
2020-03-11 |
drh | This variant to the fix for ticket [e0c2ad1aa8a9c691... |
commit | commitdiff | tree |
2020-03-10 |
drh | Enhanced detection logic for preventing the use of... |
commit | commitdiff | tree |
2020-03-10 |
drh | Further changes to ensure that expressions held in... |
commit | commitdiff | tree |
2020-03-10 |
drh | Make a copy of the expression that defines a value... |
commit | commitdiff | tree |
2020-03-10 |
drh | Apply the correct affinity transformations when pulling... |
commit | commitdiff | tree |
2020-03-10 |
drh | The sqlite3ExprCodeFactorable() routine should make... |
commit | commitdiff | tree |
2020-03-09 |
drh | Cleaner separation of the STAT4-specific logic in the... |
commit | commitdiff | tree |
2020-03-09 |
drh | Enhancements to the ".import" command of the CLI. |
commit | commitdiff | tree |
2020-03-09 |
pdr | Fix typos in RowSet. |
commit | commitdiff | tree |
2020-03-09 |
drh | Fix typos in the Lemon documentation. |
commit | commitdiff | tree |
2020-03-08 |
pdr | Avoid a redundant NULL check |
commit | commitdiff | tree |
2020-03-05 |
dan | Report an error if the main, or any other, database... |
commit | commitdiff | tree |
2020-03-05 |
drh | Change the sqlite3.pDfltColl (the default collating... |
commit | commitdiff | tree |
2020-03-05 |
drh | When printing the OP_CollSeq opcode for EXPLAIN listing... |
commit | commitdiff | tree |
2020-03-03 |
drh | Fix a false-positive in the debugging logic that attemp... |
commit | commitdiff | tree |
2020-03-03 |
drh | Remove an invalid assert() on the debugging logic that... |
commit | commitdiff | tree |
2020-03-03 |
drh | Improved detection of corruption in the interior nodes... |
commit | commitdiff | tree |
2020-03-02 |
drh | Enhance the fuzzcheck test program so that it is able... |
commit | commitdiff | tree |
2020-03-02 |
drh | Fix a faulty assert() statement in the stale-register... |
commit | commitdiff | tree |
2020-03-02 |
drh | Ensure that the NULL-scan pass counter is initialized... |
commit | commitdiff | tree |
2020-02-29 |
dan | Fix a problem with window functions occuring within... |
commit | commitdiff | tree |
2020-02-29 |
drh | In the CLI, add the ".oom" command for debugging builds. |
commit | commitdiff | tree |
2020-02-28 |
drh | The RTREE extension behaves has if data columns have... |
commit | commitdiff | tree |
2020-02-27 |
dan | In sqlite3changeset_apply(), ensure that DELETE and... |
commit | commitdiff | tree |
2020-02-27 |
drh | Fix harmless compiler warnings from MSVC. |
commit | commitdiff | tree |
2020-02-27 |
dan | Optimization for "SELECT min(x) FROM tbl" where "x... |
commit | commitdiff | tree |
2020-02-27 |
drh | Extra zero terminators on the end of the blank filename... |
commit | commitdiff | tree |
2020-02-27 |
drh | Ensure that the filename passed into the xFullPathname... |
commit | commitdiff | tree |
2020-02-25 |
drh | Update the fuzzcheck test module so that it avoids... |
commit | commitdiff | tree |
2020-02-24 |
drh | If STAT4 determines that a WHERE clause term that is... |
commit | commitdiff | tree |
2020-02-24 |
drh | Rework this changes so that instead of setting the... stat4-truthprob |
commit | commitdiff | tree |
2020-02-24 |
drh | Disable the new analyzeG.test module if not building... |
commit | commitdiff | tree |
2020-02-24 |
drh | Merge bugfix from trunk. |
commit | commitdiff | tree |
2020-02-23 |
drh | Fix a problem with ALTER TABLE for views that have... |
commit | commitdiff | tree |
2020-02-22 |
drh | Do not activate the truthProb adjustment mechanism... |
commit | commitdiff | tree |
2020-02-22 |
dan | Add new test file analyzeG.test, containing a test... |
commit | commitdiff | tree |
2020-02-22 |
drh | When stat4 information is available, try to use it... |
commit | commitdiff | tree |
2020-02-22 |
drh | In the OP_Column opcode, if the cursor is marked NullRo... |
commit | commitdiff | tree |
2020-02-20 |
dan | Add test case for previous commit. |
commit | commitdiff | tree |
2020-02-20 |
drh | Early-out on the INTERSECT query processing following... |
commit | commitdiff | tree |
2020-02-19 |
drh | Fix a potential NULL pointer dereference following... |
commit | commitdiff | tree |
2020-02-18 |
drh | Remove a NEVER() macro and add a test case to cause... |
commit | commitdiff | tree |
2020-02-18 |
drh | Add the new sqlite3_create_filename() and sqlite3_free_... |
commit | commitdiff | tree |
next |