| 2014-02-28 |
drh | In the command-line shell add the (undocumented and... |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
drh | Provide an #ifdef in shell.c to work around issues... |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
dan | Update some test cases that deal with corrupt databases. |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
dan | Minor tweak to vdbeRecordCompareInt(). |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
dan | Merge in latest trunk changes. |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
dan | Further changes to sqlite3VdbeRecordCompare(). |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
drh | A better way of handling the USE_SYSTEM_SQLITE #define... |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
drh | Add #defines to the command-line shell source code... |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-02-26 |
drh | More efficient removal of duplicates in recursive queri... |
commit | commitdiff | tree | snapshot |
| 2014-02-26 |
drh | In the command-line shell for CSV import, if the lines... |
commit | commitdiff | tree | snapshot |
| 2014-02-26 |
drh | Improved handling of constants and especially constant... |
commit | commitdiff | tree | snapshot |
| 2014-02-25 |
drh | Do not allow temporary registers to be in use across... |
commit | commitdiff | tree | snapshot |
| 2014-02-25 |
dan | Attempt to speed up sqlite3VdbeRecordCompare() by vario... |
commit | commitdiff | tree | snapshot |
| 2014-02-25 |
drh | Also adjust the order of files in the amalgamation... |
commit | commitdiff | tree | snapshot |
| 2014-02-25 |
drh | QNX requires that _FILE_OFFSET_BITS be set prior to... |
commit | commitdiff | tree | snapshot |
| 2014-02-24 |
mistachkin | Fix several small style/consistency issues with the... |
commit | commitdiff | tree | snapshot |
| 2014-02-24 |
mistachkin | Merge updates from trunk. cygDlOpen |
commit | commitdiff | tree | snapshot |
| 2014-02-24 |
mistachkin | Enhance testing support for the Win32 VFS dynamic exten... |
commit | commitdiff | tree | snapshot |
| 2014-02-24 |
dan | Close some stray connections in walro.test. |
commit | commitdiff | tree | snapshot |
| 2014-02-24 |
drh | In memsys5, initialize new allocations to non-zero... |
commit | commitdiff | tree | snapshot |
| 2014-02-24 |
drh | Remove an unused variable from the VDBE_PROFILE compile... |
commit | commitdiff | tree | snapshot |
| 2014-02-21 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-02-21 |
mistachkin | Better loadable extension handling in the Win32 VFS... |
commit | commitdiff | tree | snapshot |
| 2014-02-20 |
drh | Fix the text of a comment used to generate VDBE opcode... |
commit | commitdiff | tree | snapshot |
| 2014-02-20 |
drh | Fix a harmless shadowed-variable warning. |
commit | commitdiff | tree | snapshot |
| 2014-02-20 |
drh | Make sure that the difference between two string pointe... |
commit | commitdiff | tree | snapshot |
| 2014-02-19 |
drh | Add the VdbeCoverageNeverTaken() macro, and comments... |
commit | commitdiff | tree | snapshot |
| 2014-02-19 |
drh | Add the SQLITE_NOTNULL P5 code for comparison operation... |
commit | commitdiff | tree | snapshot |
| 2014-02-19 |
drh | Make sure a multi-row VALUES clause works correctly... |
commit | commitdiff | tree | snapshot |
| 2014-02-19 |
drh | Tweaks in support of VDBE branch test coverage. |
commit | commitdiff | tree | snapshot |
| 2014-02-18 |
drh | Fix VDBE branch accounting on comparison operators. |
commit | commitdiff | tree | snapshot |
| 2014-02-18 |
mistachkin | Enhance the Win32 VFS I/O retry logic. |
commit | commitdiff | tree | snapshot |
| 2014-02-18 |
drh | Add VdbeCoverage() and VdbeCoverageIf() macros for... |
commit | commitdiff | tree | snapshot |
| 2014-02-18 |
drh | Improvements to "NOT IN (SELECT ...)" processing. ... |
commit | commitdiff | tree | snapshot |
| 2014-02-17 |
drh | Merge in performance enhancements for INSERT operations... |
commit | commitdiff | tree | snapshot |
| 2014-02-17 |
drh | Add logic to do test coverage measurements on the VDBE... insert-optimization |
commit | commitdiff | tree | snapshot |
| 2014-02-17 |
drh | Add a test case for OP_SoftNull. |
commit | commitdiff | tree | snapshot |
| 2014-02-17 |
drh | Merge the VDBE_PROFILE fixes from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-02-17 |
drh | Avoid unnecessary calls to applyAffinity() during INSER... |
commit | commitdiff | tree | snapshot |
| 2014-02-17 |
drh | Fix the VDBE_PROFILE logic. Add a script to process... |
commit | commitdiff | tree | snapshot |
| 2014-02-16 |
mistachkin | Use the modern MinGW major version macro, not the depre... mingw4x |
commit | commitdiff | tree | snapshot |
| 2014-02-16 |
drh | Enhance the code generator for INSERT INTO ... SELECT... |
commit | commitdiff | tree | snapshot |
| 2014-02-14 |
drh | Seek past NULLs in a top-constrained search. Avoid... |
commit | commitdiff | tree | snapshot |
| 2014-02-14 |
mistachkin | Better support for MinGW 4.x. |
commit | commitdiff | tree | snapshot |
| 2014-02-14 |
drh | Reduce the number of cases where it is necessary to... |
commit | commitdiff | tree | snapshot |
| 2014-02-14 |
drh | Add OP_IdxGT and OP_IdxLE as distinct opcodes. Formerl... |
commit | commitdiff | tree | snapshot |
| 2014-02-14 |
mistachkin | Revise how the Tcl system encoding is handled by the... |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
mistachkin | Improvements to the makefile and README for MSVC. |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
dan | Ensure that if the "psow=0" URI option or FCNTL_POWERSA... |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
drh | Change README to README.md and expand it. Remove unrel... |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
dan | Avoid passing a flags argument with the internal WAL_SY... |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
drh | Update the tclconfig files to the latest from http... |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
drh | Minor simplifications to the "zeroPage()" routine in... |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
drh | Remove the "rowid cache" that sought to remember the... |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
drh | Make sure "rowid" columns are correctly resolved in... |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
drh | Sync with trunk. Bring in the command-line shell updat... |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
drh | Increase the version number to 3.8.4 |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
drh | Updates to the command-line shell. Simplify the banner... |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
drh | Fixes to the "editline" support in the command-line... |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
drh | Sync the latest trunk changes, and in particular the... |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
drh | Make sure that virtual WHERE-clause terms do not get... |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | Fix a pointless conditional. Add a test case. |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | Add the ".save" command as an alias for ".backup".... memdb-warning |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | On unix, make the "transient in-memory database" text... |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | In the command-line shell, on the banner, warn about... |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | Fix the compound-select-to-subquery converter so that... |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | Modify the command-line shell to print a warning when... |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | Improvements to a "Synopsis:" comment in the VDBE engine. |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | Faster implementation for sqlite3MulInt64(). |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
drh | Faster and smaller implementation of sqlite3_value_type(). |
commit | commitdiff | tree | snapshot |
| 2014-02-09 |
drh | Add a compound-query test to the speedtest1 test program. |
commit | commitdiff | tree | snapshot |
| 2014-02-09 |
drh | Use the WITH clause to help resolve names for SELECT... |
commit | commitdiff | tree | snapshot |
| 2014-02-09 |
drh | Add the Mandelbrot Set testcase to the "cte" testset... |
commit | commitdiff | tree | snapshot |
| 2014-02-09 |
drh | Add a new "testset" to the speedtest1 program: The... |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
drh | Do away with the "multi-register pseudo-table" abstrati... |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
drh | Change the OP_Found opcode so that it expands zero... |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
drh | Fix a harmless compiler warning in VS2013. |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
drh | Fix a harmless compiler warning in VS2013. |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
drh | Tweaks to the generated VDBE code to make it a little... |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
drh | Enable constant expression factoring even if no tables... |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
drh | Change the OP_Trace opcode to OP_Init and give it the... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
drh | Add opcodes OP_InitCoroutine and OP_EndCoroutine. ... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
drh | Fix redundant definitions of _LARGE_FILE and _LARGEFILE... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
drh | In the TCL bindings, make sure Tcl_AppendResult() is... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
drh | Change the OP_InitCoroutine instruction to jump over... coroutine-refactor |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
drh | Get rid of the OP_Undef and OP_IsUndef opcodes in favor... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
drh | Add the OP_Undef and OP_IsUndef opcodes. With these... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
mistachkin | More comment updates. No changes to code. |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
drh | Update comments in vdbe.c. No changes to code. |
commit | commitdiff | tree | snapshot |
| 2014-02-06 |
drh | Delete the OP_VerifySchema opcode. Enhance OP_Transact... |
commit | commitdiff | tree | snapshot |
| 2014-02-06 |
drh | Change the spellfix1 virtual table to deterministically... |
commit | commitdiff | tree | snapshot |
| 2014-02-06 |
drh | Add additional error messages and a progress spinner... |
commit | commitdiff | tree | snapshot |
| 2014-02-06 |
mistachkin | Rename the '.repair' shell command to '.clone'. |
commit | commitdiff | tree | snapshot |
| 2014-02-06 |
drh | Add the ".repair" command to the command-line shell. |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
mistachkin | In the Win32 VFS, the winSysInfo variable should be... |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
drh | Do not mark the ephemeral tables used to hold the RHS... |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
drh | Remove the SF_Materialize flag from the SELECT object... |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
drh | Rearrange fields in the Parse object for a tighter... |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
drh | Performance optimizations in sqlite3PcacheFetch(). |
commit | commitdiff | tree | snapshot |
| next |