| 2019-12-23 |
dan | For expressions like (x, y) IN (SELECT ...) where the... |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
drh | Fix a shift-overflow problem in yesterday's check-in... |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
drh | Fix the OP_Cast operator so that when casting to TEXT... |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
drh | Change the assert() back into a testcase(). See also... |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
drh | Enhance the sqlite3VdbeMemAboutToChange() shallow-copy... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
drh | Change the code generator for the IN operator so that... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
drh | Make a hard copy of strings in constraint checks prior... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
drh | When constructing the virtual MATCH term of the WHERE... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
drh | In the WHERE clause debugging output (the .wheretrace... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
drh | Fix to the optimization of check-in [a47efb7c8520a011... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
drh | Back out the asserts of check-ins [a500893b6f64aced... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
drh | When parsing a CREATE TABLE from the sqlite_master... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
dan | Ensure sqlite3WindowRewrite() is called on a SELECT... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
dan | Fix "PRAGMA data_version" so that it works the same... |
commit | commitdiff | tree | snapshot |
| 2019-12-21 |
dan | Fix a spurious report of corruption from the fts3/4... |
commit | commitdiff | tree | snapshot |
| 2019-12-21 |
drh | When creating a new virtual table, ensure that the... |
commit | commitdiff | tree | snapshot |
| 2019-12-21 |
drh | When a corrupt schema is loaded using writable_schema... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Do not try to access a generated column through an... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Apply real affinity to generated columns of type REAL... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Debugging enhancment: Show the Expr.y.pTab pointer... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
dan | Fix a bad interaction between RBU and [df51ae19]. |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
dan | Fix two more cases in fts5 where sqlite3_value_bytes... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
mistachkin | Export the public RBU entry points from the Win32 DLL. |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Debugging improvement: when tracing the VDBE, output... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | When computing dependencies on WHERE-clause terms,... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Improved assert() statements on the OP_Column opcode. |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Load new dbsqlfuzz test cases into test/fuzzdata8.db. |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
dan | Fix a potential problem with ALTER TABLE commands on... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
dan | Ensure fts5 consistently calls sqlite3_value_text(... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Do not continue an ALTER TABLE tree walk of a subquery... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
drh | Fix an assert() in btree.c that can fail if an INSERT... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
drh | Continuation of [e2bddcd4c55ba3cb]: Add another spot... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
drh | Fix the regexp extension so that it correctly translate... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
drh | When an error occurs while rewriting the parser tree... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
drh | Detect the invalid use of NULLS LAST on an INTEGER... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
drh | Fix the zipfile extension so that INSERT works even... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
drh | Fix incorrect SQL generated by the Lemon change of... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
drh | Modify the parse.sql output file from Lemon so that... |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
drh | Change an unreachable testcase() into an assert() |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
drh | Continue to back away from the LEFT JOIN optimization... |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
drh | Add the --vdbe-debug option to fuzzcheck. |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
drh | Enhancements to fuzzcheck on unix so that it captures... |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
drh | Add a test case for fix in check-in [1ca0bd982ab1183b] |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
drh | Correctly unwind the savepoint stack if the database... |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
drh | Remove an assert() in the code generator that can fail... |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
drh | When processing constant integer values in ORDER BY... |
commit | commitdiff | tree | snapshot |
| 2019-12-17 |
drh | Clean up the ExprList that holds the names of columns... |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
drh | When a table is part of a LEFT JOIN and should be a... |
commit | commitdiff | tree | snapshot |
| 2019-12-15 |
drh | Ensure that all ON CONFLICT REPLACE indexes are sorted... |
commit | commitdiff | tree | snapshot |
| 2019-12-15 |
drh | Abort the OP_Savepoint opcode early if a virtual table... |
commit | commitdiff | tree | snapshot |
| 2019-12-14 |
drh | When a generated column expression is initially parsed... |
commit | commitdiff | tree | snapshot |
| 2019-12-14 |
drh | Due to the previous change, the p5 parameter to OP_VCol... |
commit | commitdiff | tree | snapshot |
| 2019-12-14 |
drh | Do not set OP_Column flags on the instructions generated by |
commit | commitdiff | tree | snapshot |
| 2019-12-14 |
drh | Make the sqlite3ExprCodeTarget() expression code genera... |
commit | commitdiff | tree | snapshot |
| 2019-12-14 |
dan | Fix problems in fts3 with processing corrupt records... |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Fix an utterly harmless "applying zero offset to null... |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Patch to the page cache to avoid harmless pointer arith... |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Change the default lookaside configuration to 40 slots... |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Cleanup and performance enhancements for mini-lookaside. |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Merge fixes from trunk. |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Ensure that there is a containing SELECT statement... |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | *Remove* the macros, not just comment them out. |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Remove unused macros formerly used to define built... |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Reduce the size of ExprList to 24-bytes per entry,... |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
drh | Tie up the loose ends in the ExprList size reduction. exprlist-size-reduction |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
drh | Work toward reducing the incremental size of an ExprLis... |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
numist | Reduce the number of call sites to dbMallocRawFinish... |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
numist | Fix an issue where malloc could be used to fulfill... |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
drh | Change the name of the Expr.a.zName field to zEName... |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
drh | Change the size of a mini-lookaside allocation to a... |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
drh | Merge enhancements from trunk. |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
drh | Factor out the conditional (which is only true for... |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
numist | More efficient implementation of a lookaside allocator... |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
drh | Fix goofy string formatting in lemon.c that dates from... |
commit | commitdiff | tree | snapshot |
| 2019-12-11 |
drh | Improved tracing output from the LEMON-generated parser. |
commit | commitdiff | tree | snapshot |
| 2019-12-11 |
drh | Strengthen check-in [83da4d4104ee1870] by ignoring... |
commit | commitdiff | tree | snapshot |
| 2019-12-11 |
drh | When trying to drop a virtual table that has no xDestro... |
commit | commitdiff | tree | snapshot |
| 2019-12-11 |
drh | The xDestroy method of a module might be NULL if the... |
commit | commitdiff | tree | snapshot |
| 2019-12-10 |
drh | Enhance LEMON to provide the ability to mark a rules... |
commit | commitdiff | tree | snapshot |
| 2019-12-10 |
drh | Use a statement journal on a CREATE VIRTUAL TABLE state... |
commit | commitdiff | tree | snapshot |
| 2019-12-10 |
drh | Fix parser bugs: require a semicolon after an EXPLAIN... |
commit | commitdiff | tree | snapshot |
| 2019-12-10 |
dan | Avoid a buffer overread in fts5 that could occur when... |
commit | commitdiff | tree | snapshot |
| 2019-12-10 |
drh | Set the affinity of regular columns prior to computing... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
drh | Rename a local variable to avoid masking a function... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
drh | Add a NEVER() to the ALTER TABLE fix in check-in [1d2e5... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
drh | The previous check-in was not quite correct, and introd... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
drh | Ensure that the SrcList_item.colUsed field is set corre... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
drh | Fix the NOT NULL verification logic in PRAGMA integrity... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
drh | Fix a gramfuzz find. If a partial index that does... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
dan | Avoid infinite recursion in the ALTER TABLE code when... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
dan | Fix possible null pointer dereferences in the fts5_expr... |
commit | commitdiff | tree | snapshot |
| 2019-12-08 |
drh | Fix incorrect column-usage accounting associated with... |
commit | commitdiff | tree | snapshot |
| 2019-12-07 |
drh | Correctly deal with multi-row VALUES clauses that conta... |
commit | commitdiff | tree | snapshot |
| 2019-12-07 |
drh | Ignore type affinity for auxiliary columns in RTREE... |
commit | commitdiff | tree | snapshot |
| 2019-12-07 |
drh | Fix a problem with foreign keys and generated columns... |
commit | commitdiff | tree | snapshot |
| 2019-12-06 |
drh | Early detection and reporting of too few columns in... |
commit | commitdiff | tree | snapshot |
| 2019-12-06 |
drh | In the rtree extension, actively suppress extra tokens... |
commit | commitdiff | tree | snapshot |
| 2019-12-06 |
drh | The check-in [b7810062ec2489e1] was not quite right... |
commit | commitdiff | tree | snapshot |
| 2019-12-06 |
drh | Further enhancements to RTREE, following up to check... |
commit | commitdiff | tree | snapshot |
| next |