2014-02-10 |
drh | Add the ".save" command as an alias for ".backup".... memdb-warning |
commit | commitdiff | tree |
2014-02-10 |
drh | On unix, make the "transient in-memory database" text... |
commit | commitdiff | tree |
2014-02-10 |
drh | In the command-line shell, on the banner, warn about... |
commit | commitdiff | tree |
2014-02-10 |
drh | Modify the command-line shell to print a warning when... |
commit | commitdiff | tree |
2014-02-10 |
drh | Improvements to a "Synopsis:" comment in the VDBE engine. |
commit | commitdiff | tree |
2014-02-10 |
drh | Faster implementation for sqlite3MulInt64(). |
commit | commitdiff | tree |
2014-02-10 |
drh | Faster and smaller implementation of sqlite3_value_type(). |
commit | commitdiff | tree |
2014-02-09 |
drh | Add a compound-query test to the speedtest1 test program. |
commit | commitdiff | tree |
2014-02-09 |
drh | Use the WITH clause to help resolve names for SELECT... |
commit | commitdiff | tree |
2014-02-09 |
drh | Add the Mandelbrot Set testcase to the "cte" testset... |
commit | commitdiff | tree |
2014-02-09 |
drh | Add a new "testset" to the speedtest1 program: The... |
commit | commitdiff | tree |
2014-02-08 |
drh | Do away with the "multi-register pseudo-table" abstrati... |
commit | commitdiff | tree |
2014-02-08 |
drh | Change the OP_Found opcode so that it expands zero... |
commit | commitdiff | tree |
2014-02-08 |
drh | Fix a harmless compiler warning in VS2013. |
commit | commitdiff | tree |
2014-02-08 |
drh | Fix a harmless compiler warning in VS2013. |
commit | commitdiff | tree |
2014-02-08 |
drh | Tweaks to the generated VDBE code to make it a little... |
commit | commitdiff | tree |
2014-02-08 |
drh | Enable constant expression factoring even if no tables... |
commit | commitdiff | tree |
2014-02-08 |
drh | Change the OP_Trace opcode to OP_Init and give it the... |
commit | commitdiff | tree |
2014-02-07 |
drh | Add opcodes OP_InitCoroutine and OP_EndCoroutine. ... |
commit | commitdiff | tree |
2014-02-07 |
drh | Fix redundant definitions of _LARGE_FILE and _LARGEFILE... |
commit | commitdiff | tree |
2014-02-07 |
drh | In the TCL bindings, make sure Tcl_AppendResult() is... |
commit | commitdiff | tree |
2014-02-07 |
drh | Change the OP_InitCoroutine instruction to jump over... coroutine-refactor |
commit | commitdiff | tree |
2014-02-07 |
drh | Get rid of the OP_Undef and OP_IsUndef opcodes in favor... |
commit | commitdiff | tree |
2014-02-07 |
drh | Add the OP_Undef and OP_IsUndef opcodes. With these... |
commit | commitdiff | tree |
2014-02-07 |
mistachkin | More comment updates. No changes to code. |
commit | commitdiff | tree |
2014-02-07 |
drh | Update comments in vdbe.c. No changes to code. |
commit | commitdiff | tree |
2014-02-06 |
drh | Delete the OP_VerifySchema opcode. Enhance OP_Transact... |
commit | commitdiff | tree |
2014-02-06 |
drh | Change the spellfix1 virtual table to deterministically... |
commit | commitdiff | tree |
2014-02-06 |
drh | Add additional error messages and a progress spinner... |
commit | commitdiff | tree |
2014-02-06 |
mistachkin | Rename the '.repair' shell command to '.clone'. |
commit | commitdiff | tree |
2014-02-06 |
drh | Add the ".repair" command to the command-line shell. |
commit | commitdiff | tree |
2014-02-05 |
mistachkin | In the Win32 VFS, the winSysInfo variable should be... |
commit | commitdiff | tree |
2014-02-04 |
drh | Do not mark the ephemeral tables used to hold the RHS... |
commit | commitdiff | tree |
2014-02-04 |
drh | Remove the SF_Materialize flag from the SELECT object... |
commit | commitdiff | tree |
2014-02-04 |
drh | Rearrange fields in the Parse object for a tighter... |
commit | commitdiff | tree |
2014-02-03 |
drh | Performance optimizations in sqlite3PcacheFetch(). |
commit | commitdiff | tree |
2014-02-03 |
drh | Provide hints to the btree layer Next and Previous... |
commit | commitdiff | tree |
2014-02-03 |
drh | Version 3.8.3 version-3.8.3 |
commit | commitdiff | tree |
2014-02-03 |
drh | Minor change to TEA extension docs in an attempt to... |
commit | commitdiff | tree |
2014-01-31 |
drh | Update the "sqlite3.1" unix manpage document. |
commit | commitdiff | tree |
2014-01-31 |
mistachkin | Minor change to TEA extension docs in an attempt to... teaDoc |
commit | commitdiff | tree |
2014-01-30 |
drh | Update evidence marks on SELECT tests. Comment changes... |
commit | commitdiff | tree |
2014-01-30 |
drh | Fix requirements marks only. No changes to code or... |
commit | commitdiff | tree |
2014-01-30 |
drh | Update a requirement mark and add some additional test... |
commit | commitdiff | tree |
2014-01-30 |
mistachkin | Enhance the MSVC makefile for better debugging symbol... |
commit | commitdiff | tree |
2014-01-30 |
dan | Do not run test script mmapfault.test as part of the... |
commit | commitdiff | tree |
2014-01-30 |
mistachkin | Enhance the MSVC makefile for better debugging symbol... msvcDebug |
commit | commitdiff | tree |
2014-01-29 |
drh | Make sure that sqlite3SelectDup() initializes the nSele... |
commit | commitdiff | tree |
2014-01-28 |
drh | Fix harmless compiler warnings in the showdb utility... |
commit | commitdiff | tree |
2014-01-28 |
drh | Fix a potential over-size and hence undefined shift... |
commit | commitdiff | tree |
2014-01-28 |
dan | Minor bugfix in main.c so that the library builds with... |
commit | commitdiff | tree |
2014-01-27 |
dan | Fix a couple of problems with new test scripts causing... |
commit | commitdiff | tree |
2014-01-27 |
drh | Update some requirements marks to conform with improvements |
commit | commitdiff | tree |
2014-01-27 |
dan | Fix a problem in pagerfault.test causing an assert... |
commit | commitdiff | tree |
2014-01-27 |
drh | Fix (harmless) duplicate variable declaration. |
commit | commitdiff | tree |
2014-01-27 |
dan | Fix some problems in test scripts. No code changes. |
commit | commitdiff | tree |
2014-01-25 |
dan | Fix a problem causing SQLITE_OMIT_COMPOUND_SELECT build... |
commit | commitdiff | tree |
2014-01-24 |
drh | Fixes for various clang warnings. |
commit | commitdiff | tree |
2014-01-24 |
dan | Select collation sequences for ORDER BY expressions... |
commit | commitdiff | tree |
2014-01-24 |
mistachkin | Fix harmless compiler warnings in the Tcl interface. |
commit | commitdiff | tree |
2014-01-24 |
dan | Add test cases for LIMIT and ORDER BY on recursive... |
commit | commitdiff | tree |
2014-01-24 |
drh | Use an unsigned integer to accumulate the string hash... |
commit | commitdiff | tree |
2014-01-24 |
drh | Add a few more CTE test cases to closure.test. |
commit | commitdiff | tree |
2014-01-24 |
drh | Add test cases that compare the performance of the... |
commit | commitdiff | tree |
2014-01-24 |
drh | Add test cases showing the use of ORDER BY on a recursi... |
commit | commitdiff | tree |
2014-01-23 |
dan | Modifications to test files to omit any tests that... |
commit | commitdiff | tree |
2014-01-22 |
dan | Avoid an extra seek when inserting records into the... |
commit | commitdiff | tree |
2014-01-22 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2014-01-22 |
drh | Change the WITH RECURSIVE implementation to use a queue... |
commit | commitdiff | tree |
2014-01-22 |
drh | Add support for LIMIT and OFFSET in a recursive query. cte-via-queue |
commit | commitdiff | tree |
2014-01-22 |
dan | Update the spellfix virtual table to optimize queries... |
commit | commitdiff | tree |
2014-01-22 |
drh | Get ORDER BY working for recursive queries. |
commit | commitdiff | tree |
2014-01-22 |
drh | Add new SelectDest codes, SRT_Queue and SRT_DistQueue... |
commit | commitdiff | tree |
2014-01-22 |
dan | Fix a typo in a comment. No changes to code or tests. |
commit | commitdiff | tree |
2014-01-22 |
drh | Remove an unnecessary parameter from selectInnerLoop... |
commit | commitdiff | tree |
2014-01-21 |
drh | Change the recursive common table expression algorithm... |
commit | commitdiff | tree |
2014-01-21 |
dan | Remove the undocumented requirement for applications... |
commit | commitdiff | tree |
2014-01-20 |
dan | In where.c, do not allocate space in sqlite3_index_info... |
commit | commitdiff | tree |
2014-01-20 |
dan | Handle a few obscure problems that could manifest if... |
commit | commitdiff | tree |
2014-01-20 |
drh | Remove an unused #define and add an assert(), both... |
commit | commitdiff | tree |
2014-01-20 |
dan | Do not run the tests in with2.test with SQLITE_OMIT_CTE... |
commit | commitdiff | tree |
2014-01-18 |
drh | Add a sudoku solver to the recursive query tests in... |
commit | commitdiff | tree |
2014-01-18 |
dan | Add extra test cases. No changes to code. |
commit | commitdiff | tree |
2014-01-18 |
drh | Add asserts() for a couple of unreachable conditions... |
commit | commitdiff | tree |
2014-01-18 |
dan | Avoid spurious "no such table" errors in statements... |
commit | commitdiff | tree |
2014-01-17 |
dan | Add extra tests to with2.test. |
commit | commitdiff | tree |
2014-01-17 |
drh | Minor simplification of error message text for a couple... |
commit | commitdiff | tree |
2014-01-17 |
dan | Resolve table names within CTEs in the context in which... |
commit | commitdiff | tree |
2014-01-17 |
drh | Add tests that verify that keywords WITH, WITHOUT,... |
commit | commitdiff | tree |
2014-01-17 |
drh | Fix a compiler warning in selectPopWith(). |
commit | commitdiff | tree |
2014-01-17 |
dan | Add support for common table expressions (WITH clauses). |
commit | commitdiff | tree |
2014-01-17 |
dan | Fix some problems to do with WITH clauses and name... common-table-expr |
commit | commitdiff | tree |
2014-01-17 |
dan | Remove some code from resolve.c that was only required... |
commit | commitdiff | tree |
2014-01-16 |
drh | Add the ability for the authorizer callback to disallow... |
commit | commitdiff | tree |
2014-01-16 |
drh | Tweaks to error message text. |
commit | commitdiff | tree |
2014-01-16 |
dan | Improve the error messages used to report illegal recur... |
commit | commitdiff | tree |
2014-01-16 |
dan | Allow only a single recursive reference in a recursive... |
commit | commitdiff | tree |
2014-01-16 |
drh | Always use available indices to optimize LIKE operators... |
commit | commitdiff | tree |
2014-01-16 |
dan | Disable the flattening optimization if the parent query... |
commit | commitdiff | tree |
2014-01-16 |
drh | Merge trunk changes. Fix a possible NULL-pointer defer... |
commit | commitdiff | tree |
next |