2017-07-17 |
drh | Improve the sqlite3_result_pointer() interface so that... pointer-types |
commit | commitdiff | tree |
2017-07-17 |
drh | Add an experimental "pointer type" parameter to sqlite3... |
commit | commitdiff | tree |
2017-07-15 |
drh | Merge the fix for ticket [a4e06e75a9ab61a12] from trunk. |
commit | commitdiff | tree |
2017-07-15 |
drh | Fix a register allocation problem in PRAGMA integrity_c... |
commit | commitdiff | tree |
2017-07-15 |
drh | Fix a missing \n at the end of a comment causing a... |
commit | commitdiff | tree |
2017-07-15 |
drh | Enhance the showstat4 utility program to show the full... |
commit | commitdiff | tree |
2017-07-15 |
drh | Minor change to one of the command-line shell test... |
commit | commitdiff | tree |
2017-07-15 |
drh | First release candidate for version 3.20.0. |
commit | commitdiff | tree |
2017-07-15 |
dan | Fix another minor problem in test file like.test. |
commit | commitdiff | tree |
2017-07-15 |
dan | Fix test problems causing the "prepare" permutation... |
commit | commitdiff | tree |
2017-07-14 |
dan | Fix test problems with stmtvtab1.test under some permut... |
commit | commitdiff | tree |
2017-07-14 |
drh | Fix a typo in a comment used to generate documentation... |
commit | commitdiff | tree |
2017-07-14 |
drh | Identify requirements text in the SQLITE_DBCONFIG_ENABL... |
commit | commitdiff | tree |
2017-07-14 |
drh | Add requirements marks for some of the new features... |
commit | commitdiff | tree |
2017-07-14 |
dan | Tweak Makefile.in so that testfixture can be built... |
commit | commitdiff | tree |
2017-07-14 |
dan | Modify mkopcodeh.tcl so that it can handle "same as... |
commit | commitdiff | tree |
2017-07-14 |
drh | In the LSM1 virtual table, dequote the filename before... |
commit | commitdiff | tree |
2017-07-14 |
mistachkin | Changes to the LSM1 Tcl tests to make things work on... |
commit | commitdiff | tree |
2017-07-14 |
drh | Include a hint in the header comment of the LSM1 makefi... |
commit | commitdiff | tree |
2017-07-14 |
drh | Update the Makefile for LSM1 so that the LSMOPTS can... |
commit | commitdiff | tree |
2017-07-14 |
drh | Fix a typo in the header comment to the remember extens... |
commit | commitdiff | tree |
2017-07-14 |
drh | Change the name of the STMT virtual table to SQLITE_STM... |
commit | commitdiff | tree |
2017-07-14 |
drh | Minor updates to requirements marks and documention... |
commit | commitdiff | tree |
2017-07-14 |
dan | Add very simple tcl tests for the lsm1 extension. |
commit | commitdiff | tree |
2017-07-14 |
drh | Minor tweaks to documentation. No code changes. |
commit | commitdiff | tree |
2017-07-14 |
drh | Fix harmless compiler warnings in the readline tab... |
commit | commitdiff | tree |
2017-07-13 |
drh | Improved documentation for the new sqlite3_bind_pointer... |
commit | commitdiff | tree |
2017-07-13 |
drh | Improvements to the documentation for SQLITE_PREPARE_PE... |
commit | commitdiff | tree |
2017-07-13 |
drh | Fix documentation typo. No changes to code. |
commit | commitdiff | tree |
2017-07-13 |
drh | Update header comments on the carray() and remember... |
commit | commitdiff | tree |
2017-07-13 |
drh | Add new interfaces sqlite3_bind_pointer(), sqlite3_resu... |
commit | commitdiff | tree |
2017-07-13 |
drh | Fix an incorrect type signature for the loadable extens... bind-pointer |
commit | commitdiff | tree |
2017-07-13 |
drh | Add the three new pointer interfaces to the loadable... |
commit | commitdiff | tree |
2017-07-13 |
drh | Update the FTS3 extension to use sqlite3_result_pointer... |
commit | commitdiff | tree |
2017-07-13 |
drh | Merge the latest changes from trunk. |
commit | commitdiff | tree |
2017-07-12 |
drh | Smaller and faster implementation for vdbeFreeOpArray... |
commit | commitdiff | tree |
2017-07-12 |
drh | Fix harmless compiler warnings about incomplete structu... |
commit | commitdiff | tree |
2017-07-12 |
drh | Remove unnecessary EP_Leaf settings on the Expr object. |
commit | commitdiff | tree |
2017-07-12 |
drh | The EP_Resolved flag on the Expr object is not required... |
commit | commitdiff | tree |
2017-07-12 |
drh | Clarification and simplification and result column... |
commit | commitdiff | tree |
2017-07-12 |
dan | Fix a problem in an lsmtest test case caused by writing... |
commit | commitdiff | tree |
2017-07-12 |
drh | Compile cleanly with SQLITE_OMIT_UTF16. |
commit | commitdiff | tree |
2017-07-11 |
dan | In lsm, attempt to unmap the database file before trunc... |
commit | commitdiff | tree |
2017-07-11 |
dan | Simplify the way in which the database file is truncate... |
commit | commitdiff | tree |
2017-07-11 |
drh | Fix harmless compiler warnings in the core. |
commit | commitdiff | tree |
2017-07-11 |
mistachkin | Make win32GetTimeOfDay() in the lsm1 test code more... |
commit | commitdiff | tree |
2017-07-11 |
drh | Enabled the new sqlite3_prepare_v3() and sqlite3_prepar... |
commit | commitdiff | tree |
2017-07-11 |
mistachkin | Fix a whitespace alignment issue in lsm1. |
commit | commitdiff | tree |
2017-07-11 |
mistachkin | Fix more harmless compiler warnings in lsm1, seen with... |
commit | commitdiff | tree |
2017-07-11 |
mistachkin | Fix harmless compiler warnings seen with MSVC for lsm1. |
commit | commitdiff | tree |
2017-07-11 |
drh | Add support for tab-completion (using the ext/misc... |
commit | commitdiff | tree |
2017-07-11 |
drh | Change the src/shell.c file so that it is generated... |
commit | commitdiff | tree |
2017-07-11 |
drh | Fix a backup2 test case so that it works on FreeBSD. |
commit | commitdiff | tree |
2017-07-11 |
drh | Add the "phase" output column on the COMPLETION table... |
commit | commitdiff | tree |
2017-07-11 |
drh | The COMPLETION virtual table now looks at the names... |
commit | commitdiff | tree |
2017-07-11 |
drh | Incomplete implementation of the COMPLETION table-value... |
commit | commitdiff | tree |
2017-07-10 |
mistachkin | Fix harmless compiler warnings in lsmtest. |
commit | commitdiff | tree |
2017-07-10 |
drh | Fix errors in comments in the STMT virtual table. ... |
commit | commitdiff | tree |
2017-07-10 |
mistachkin | Minor cleanup and refactoring of the Win32 VFS for... |
commit | commitdiff | tree |
2017-07-10 |
drh | Another spelling error in the README.md file. |
commit | commitdiff | tree |
2017-07-10 |
drh | Spelling error in README.md |
commit | commitdiff | tree |
2017-07-10 |
drh | Yet another typo in README.md |
commit | commitdiff | tree |
2017-07-10 |
drh | Fix another README.md typo. |
commit | commitdiff | tree |
2017-07-10 |
drh | Fix an obsolete statement about Lemon in the README... |
commit | commitdiff | tree |
2017-07-10 |
mistachkin | Cleanup header usage in lsmtest for files that require... |
commit | commitdiff | tree |
2017-07-10 |
drh | Updates to the repository README.md file. |
commit | commitdiff | tree |
2017-07-10 |
dan | In LSM, avoid calling the VFS xTestLock method to test... |
commit | commitdiff | tree |
2017-07-10 |
drh | Add the "--newlines" option to the ".dump" command... |
commit | commitdiff | tree |
2017-07-10 |
drh | When multiple constraints need to be evaluated for... |
commit | commitdiff | tree |
2017-07-10 |
drh | Additional debugging Noop-comment in the constraint... defer-where-subqueries |
commit | commitdiff | tree |
2017-07-10 |
drh | Small performance optimization in sqlite3WhereExprUsage(). |
commit | commitdiff | tree |
2017-07-10 |
dan | Fix another problem on this branch. |
commit | commitdiff | tree |
2017-07-10 |
dan | Fix a problem causing non-covered WHERE terms to be... |
commit | commitdiff | tree |
2017-07-10 |
dan | When testing non-indexed WHERE constraints, test those... |
commit | commitdiff | tree |
2017-07-10 |
drh | For sqlite3TreeView() debugging output, show the Expr... |
commit | commitdiff | tree |
2017-07-10 |
drh | Update error message text for standard error codes... |
commit | commitdiff | tree |
2017-07-10 |
drh | Remove the error message text from disused error codes... |
commit | commitdiff | tree |
2017-07-09 |
drh | Always make "column%d" column-names 1-based, never... |
commit | commitdiff | tree |
2017-07-09 |
drh | Make sure the columns of a VALUES() clause are named... |
commit | commitdiff | tree |
2017-07-08 |
drh | Add the --icc, --gcc7, and --orm options to the speed... |
commit | commitdiff | tree |
2017-07-07 |
drh | Basic test cases for PRAGMA secure_delete=FAST. |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Fix comment in the Win32 VFS for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | For lsmtest, use a more portable means of setting open... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Adjust copy_file() lsmtest function so it works properl... |
commit | commitdiff | tree |
2017-07-07 |
drh | Add the "PRAGMA secure_delete=FAST" option, which overw... |
commit | commitdiff | tree |
2017-07-07 |
drh | Change the error message text for SQLITE_ERROR to omit... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Fix typos in Win32 VFS for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Fix the memcpy calls in the lsmWin32OsShmMap function... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Enhance the MSVC makefile 'clean' target to handle... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Add support for LSM_DEBUG to the MSVC makefile for... |
commit | commitdiff | tree |
2017-07-07 |
drh | In the command-line shell, when running ".schema" give... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Fix the usleep() macro in the Win32 test code for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
drh | Add new PRAGMAs: "function_list", "module_list", and... |
commit | commitdiff | tree |
2017-07-07 |
drh | Add the "Pragma_list" pragma. Put all three pragmas... list-pragmas |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Improve clarity in the Win32 VFS for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Add support for LSM_DEBUG_MEM to the MSVC makefile... |
commit | commitdiff | tree |
2017-07-07 |
dan | Remove a block from the Win32 VFS for lsm1 that is... |
commit | commitdiff | tree |
2017-07-07 |
dan | In lsmtest, use an empty string instead of ":memory... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Remove a block from the Win32 VFS for lsm1 that is... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Memory reallocation fix for the Win32 VFS for lsm1. |
commit | commitdiff | tree |
next |