2013-03-21 |
dan | Fix cases where xRead() was being used to read from... |
commit | commitdiff | tree |
2013-03-21 |
dan | Avoid calling xRead() on a part of the database file... |
commit | commitdiff | tree |
2013-03-21 |
dan | Fix a problem when opening a write-transaction while... |
commit | commitdiff | tree |
2013-03-21 |
dan | Do not use the Linux mremap() call. Use the same strate... |
commit | commitdiff | tree |
2013-03-20 |
dan | Optimize the xMremap method in os_unix.c some. |
commit | commitdiff | tree |
2013-03-20 |
dan | When possible, use memory mapping when appending new... |
commit | commitdiff | tree |
2013-03-20 |
dan | Add test file mmap1.test. |
commit | commitdiff | tree |
2013-03-19 |
dan | Add the sqlite3_io_methods.xMremap() method to the... |
commit | commitdiff | tree |
2013-03-16 |
dan | When possible, use memcpy() to and from the mapped... |
commit | commitdiff | tree |
2013-03-15 |
dan | Fix a dropped error code in pager.c. |
commit | commitdiff | tree |
2013-03-15 |
dan | Allow read-only cursors to use mmap pages even if there... |
commit | commitdiff | tree |
2013-03-14 |
dan | Use mmap() to read from the database file in rollback... |
commit | commitdiff | tree |
2013-03-13 |
dan | Enhance tests for ticket [4dd95f6943]. |
commit | commitdiff | tree |
2013-03-13 |
drh | Fix the ORDER BY with IN constraint logic so that it... |
commit | commitdiff | tree |
2013-03-12 |
drh | Add a single new test case to the ORDER BY with IN... desc-orderby-fix-1 |
commit | commitdiff | tree |
2013-03-12 |
mistachkin | Fix typo in sqlite3_close() function documentation... |
commit | commitdiff | tree |
2013-03-12 |
drh | Fix a test case that had an ambiguous result. |
commit | commitdiff | tree |
2013-03-12 |
mistachkin | Fix typo in sqlite3_close() function documentation... docTypo |
commit | commitdiff | tree |
2013-03-12 |
drh | Fix the ORDER BY optimization with IN constraints when... |
commit | commitdiff | tree |
2013-03-12 |
drh | Revise the patch to make it easier to understand. |
commit | commitdiff | tree |
2013-03-12 |
dan | Add test cases for [4dd95f6943]. |
commit | commitdiff | tree |
2013-03-12 |
drh | Revised fix for the DESC ORDER BY and IN constraint... |
commit | commitdiff | tree |
2013-03-12 |
drh | A proposed fix for the DESC ORDER BY bug of ticket... |
commit | commitdiff | tree |
2013-03-11 |
dan | Define _BSD_SOURCE when building on OpenBSD. This is... |
commit | commitdiff | tree |
2013-03-11 |
dan | Fixes for compiling with SQLITE_OMIT_AUTOVACUUM and... |
commit | commitdiff | tree |
2013-03-11 |
dan | Fixes for compiling with SQLITE_OMIT_AUTOVACUUM and... omit-fixes |
commit | commitdiff | tree |
2013-03-09 |
dan | Add a test case for the problem fixed by the previous... |
commit | commitdiff | tree |
2013-03-09 |
dan | Fix a problem with resolving "db.view.column" reference... |
commit | commitdiff | tree |
2013-03-08 |
dan | If SQLITE_OMIT_UTF16 is defined, avoid setting the... |
commit | commitdiff | tree |
2013-03-08 |
dan | If SQLITE_OMIT_UTF16 is defined, avoid setting the... |
commit | commitdiff | tree |
2013-03-07 |
drh | Fix the char() function so that it works even if SQLITE... |
commit | commitdiff | tree |
2013-03-07 |
mistachkin | Skip tests that require UTF-16 support when compiled... |
commit | commitdiff | tree |
2013-03-07 |
mistachkin | Fix two compilation issues, one warning and one error... |
commit | commitdiff | tree |
2013-03-06 |
dan | Fix a problem in incrvacuum_ioerr.test. Do not run... |
commit | commitdiff | tree |
2013-03-06 |
drh | Fix a bug (ticket [fc7bd6358f59]) that caused incorrect... |
commit | commitdiff | tree |
2013-03-06 |
drh | Add the SQLITE_READONLY_ROLLBACK extended error code. |
commit | commitdiff | tree |
2013-03-06 |
drh | Fix an operator precedence problem on the [1d8086902e... ex-robust-open |
commit | commitdiff | tree |
2013-03-05 |
dan | Merge experimental branch with trunk. |
commit | commitdiff | tree |
2013-03-05 |
dan | Do not attempt to set the permissions on an existing... |
commit | commitdiff | tree |
2013-03-05 |
dan | Add extended error code SQLITE_READONLY_ROLLBACK. Retur... |
commit | commitdiff | tree |
2013-03-05 |
dan | Fix a bug in the recent incremental-vacuum related... |
commit | commitdiff | tree |
2013-03-05 |
drh | Simplified error message on the showdb utility. |
commit | commitdiff | tree |
2013-03-04 |
dan | Omit a test that uses the progress handler callback... |
commit | commitdiff | tree |
2013-03-04 |
dan | Remove an assert() statement that has been incorrect... |
commit | commitdiff | tree |
2013-03-03 |
drh | Add the test_fs.c test module to Makefile.in. Adjust... |
commit | commitdiff | tree |
2013-03-02 |
drh | Update comments on the free-page allocator to accuratel... |
commit | commitdiff | tree |
2013-03-01 |
drh | Complete the initialization of the loadable extension... |
commit | commitdiff | tree |
2013-03-01 |
drh | Update the cygwin interface to use the newer 1.7 APIs... |
commit | commitdiff | tree |
2013-03-01 |
mistachkin | Prevent Tcl file encoding issues in the tests for the... |
commit | commitdiff | tree |
2013-03-01 |
drh | Fix an overly restrictive assert() in the pager. |
commit | commitdiff | tree |
2013-03-01 |
drh | Fix the handling of UTF16 surrogate pairs in the char... |
commit | commitdiff | tree |
2013-03-01 |
drh | Always use strncmp() rather than memcmp() when comparin... |
commit | commitdiff | tree |
2013-02-26 |
mistachkin | In the incrvacuum3 test, add missing call to the Tcl... |
commit | commitdiff | tree |
2013-02-26 |
drh | When comparing names during name resolution, make sure... |
commit | commitdiff | tree |
2013-02-26 |
dan | Change the way test script incrvacuum3.test copies... |
commit | commitdiff | tree |
2013-02-26 |
mistachkin | Prevent Tcl file encoding issues in the tests for the... funcTestEncoding |
commit | commitdiff | tree |
2013-02-26 |
mistachkin | Remove extra use of the sqlite3_value_int64() function. |
commit | commitdiff | tree |
2013-02-25 |
drh | Add new SQL functions unicode() and char(). |
commit | commitdiff | tree |
2013-02-25 |
drh | Strengthen the final test case in index5.test. Also... |
commit | commitdiff | tree |
2013-02-25 |
dan | Fix an error in test script index5.test. |
commit | commitdiff | tree |
2013-02-25 |
dan | Merge the incr-vacuum-opt branch with the trunk. |
commit | commitdiff | tree |
2013-02-25 |
dan | Add test file incrvacuum3.test. No code changes. incr-vacuum-opt |
commit | commitdiff | tree |
2013-02-25 |
dan | Catch a dropped error code in backup.c. |
commit | commitdiff | tree |
2013-02-24 |
dan | Fix a case where database corruption may cause an asser... |
commit | commitdiff | tree |
2013-02-23 |
dan | Fix a case in the incremental vacuum code where databas... |
commit | commitdiff | tree |
2013-02-23 |
dan | Fix a cut-and-paste bug causing the library to fail... |
commit | commitdiff | tree |
2013-02-23 |
dan | Enhancements to test scripts. No code changes. |
commit | commitdiff | tree |
2013-02-23 |
dan | Fix off-by-one bug in [c3939d2491] uncovered by th3. |
commit | commitdiff | tree |
2013-02-23 |
dan | If a rollback mode transaction reduces the size of... |
commit | commitdiff | tree |
2013-02-22 |
dan | Fix a problem with the previous commit. |
commit | commitdiff | tree |
2013-02-22 |
dan | Avoid moving pages more than once in an incremental... |
commit | commitdiff | tree |
2013-02-22 |
drh | Two new SQL functions: unicode() and char(). unicode-function |
commit | commitdiff | tree |
2013-02-20 |
drh | On Minix, disable the ".timer" command in the shell... |
commit | commitdiff | tree |
2013-02-19 |
drh | Enhance the showdb tool with options to show PTRMAP... |
commit | commitdiff | tree |
2013-02-19 |
drh | Fix the showdb utility so that it displays the correct... |
commit | commitdiff | tree |
2013-02-19 |
drh | Enhance the pgidx of the showdb utility so that it... |
commit | commitdiff | tree |
2013-02-19 |
drh | Do not rollback the schema if a parsing error occurs... |
commit | commitdiff | tree |
2013-02-19 |
drh | Truncate over-length source lines in sqliteInt.h to... |
commit | commitdiff | tree |
2013-02-19 |
drh | Add the edit_cost_table= command to the spellfix1 virtu... |
commit | commitdiff | tree |
2013-02-16 |
drh | Fix an unsafe VM register deallocation. |
commit | commitdiff | tree |
2013-02-15 |
mistachkin | Check for a NULL handle prior to manually calling winClose. |
commit | commitdiff | tree |
2013-02-14 |
drh | Verify that the schema has not changed before running... |
commit | commitdiff | tree |
2013-02-13 |
mistachkin | On WinCE, fill in the winFile structure after winceCrea... |
commit | commitdiff | tree |
2013-02-13 |
drh | Add recent API additions to the extension mechanism. |
commit | commitdiff | tree |
2013-02-13 |
drh | Allow an index to be used for sorting even if prior... |
commit | commitdiff | tree |
2013-02-12 |
drh | Improve memory allocation error handling on WinCE. |
commit | commitdiff | tree |
2013-02-12 |
drh | A bug report coming from from Firefox |
commit | commitdiff | tree |
2013-02-12 |
mistachkin | Improve memory allocation error handling on WinCE. wince |
commit | commitdiff | tree |
2013-02-11 |
drh | Add extended error codes for all SQLITE_CONSTRAINT... |
commit | commitdiff | tree |
2013-02-09 |
drh | Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRI... constraint-error-codes |
commit | commitdiff | tree |
2013-02-09 |
drh | Add extended error codes for constraint errors. |
commit | commitdiff | tree |
2013-02-08 |
drh | Fix a potential NULL-pointer dereference following... IN-with-ORDERBY |
commit | commitdiff | tree |
2013-02-08 |
drh | Make sure the virtual tables that take advantage of... |
commit | commitdiff | tree |
2013-02-08 |
drh | Loop through the elements on the RHS of an IN operator... |
commit | commitdiff | tree |
2013-02-08 |
drh | Allow the "a=?1 OR a=?2" to "a IN (?1,?2)" transformati... |
commit | commitdiff | tree |
2013-02-07 |
drh | Allow an index to be used for sorting even if prior... |
commit | commitdiff | tree |
2013-02-07 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2013-02-07 |
mistachkin | Add the ability to skip defining the localtime() functi... |
commit | commitdiff | tree |
2013-01-30 |
drh | Remove some debugging logic accidently left in the... |
commit | commitdiff | tree |
2013-01-29 |
drh | Fix LIMIT and OFFSET so that they work and do not leak... |
commit | commitdiff | tree |
next |