| 2008-04-01 |
drh | Initial test cases and bug fixes in the CSE logic.... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
drh | Break up the implementation of OP_Move, OP_Copy, and... |
commit | commitdiff | tree | snapshot |
| 2008-03-31 |
drh | Add the veryquick.test script for a very fast overview... |
commit | commitdiff | tree | snapshot |
| 2008-03-31 |
drh | Avoid duplicate OP_Column opcodes by remembering prior... |
commit | commitdiff | tree | snapshot |
| 2008-03-31 |
drh | Factor constant subexpressions out of loops. (CVS 4942) |
commit | commitdiff | tree | snapshot |
| 2008-03-31 |
danielk1977 | In setQuotedToken(), only make a malloced copy if the... |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
mlcreech | Minor cleanup: Use size_t for struct size cast (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
drh | Set exclusive locking mode by default on the speed4p... |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
drh | Make the sqlite3BtreeMoveto routine a no-op if the... |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
rse | add two missing initializer values (CVS 4937) |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
rse | eliminate compile-time warnings related to missing... |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
rse | add three missing initializers (CVS 4935) |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
drh | Add the --pause option to the main test driver. (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
danielk1977 | Fix a problem with min() and descending indexes. (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
danielk1977 | Fix a memory leak that can occur when the library API... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
danielk1977 | Do not incorrectly report a malloc() failure when alloc... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
danielk1977 | Fix for #3022. Handle queries like "SELECT min(b) FROM... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
drh | Change the pager's sector size algorithm to the maximum... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
danielk1977 | Changes to the Mem structure to reduce the frequency... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
drh | Patch to the new memory tracing logic that allows it... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
danielk1977 | If memory is leaked when running a test script with... |
commit | commitdiff | tree | snapshot |
| 2008-03-27 |
drh | Allow the xAccess method in the VFS to return -1 to... |
commit | commitdiff | tree | snapshot |
| 2008-03-27 |
danielk1977 | Allow creation of ephemeral pseudo-tables - pseudo... |
commit | commitdiff | tree | snapshot |
| 2008-03-27 |
drh | Added the speed4p.test script for testing performance... |
commit | commitdiff | tree | snapshot |
| 2008-03-26 |
danielk1977 | Changes to delay freeing buffers associated with vdbe... |
commit | commitdiff | tree | snapshot |
| 2008-03-26 |
drh | Work around problems with compilers that do not allow... |
commit | commitdiff | tree | snapshot |
| 2008-03-26 |
drh | Change comment in sqliteLimit.h to correctly describe the |
commit | commitdiff | tree | snapshot |
| 2008-03-26 |
drh | Make sure ON clause terms of a LEFT JOIN are not used... |
commit | commitdiff | tree | snapshot |
| 2008-03-26 |
drh | Comment change on the previous check-in. No changes... |
commit | commitdiff | tree | snapshot |
| 2008-03-26 |
drh | Make sure an imbalance in the number of columns on... |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
drh | Modify the {quote: IdxDelete} opcode so that it takes... |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
danielk1977 | Test string values passed to bind_text() and result_tex... |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
danielk1977 | Have each {quote: BtShared} structure hang on to a... |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
danielk1977 | Fix for memory leak in malloc3.test. (CVS 4913) |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
danielk1977 | Use a vdbe memory cell to allocate the space required... |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
drh | Removed the direct btree tests - part of the ongoing... |
commit | commitdiff | tree | snapshot |
| 2008-03-24 |
drh | Improved documentation of sqlite3_blob_open(). (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-03-23 |
drh | Remove redundant tests from the reparenter in the btree... |
commit | commitdiff | tree | snapshot |
| 2008-03-22 |
drh | Bug fix in the newly revised sqllimit1.test script... |
commit | commitdiff | tree | snapshot |
| 2008-03-22 |
drh | Add the speed1p.test script. Like speed1.test except... |
commit | commitdiff | tree | snapshot |
| 2008-03-22 |
drh | Add the SQLITE_OMIT_DECLTYPE compile-time option. ... |
commit | commitdiff | tree | snapshot |
| 2008-03-21 |
drh | Defer allocating memory space to hold the array of... |
commit | commitdiff | tree | snapshot |
| 2008-03-21 |
danielk1977 | Better integrate the new malloc related instrumentation... |
commit | commitdiff | tree | snapshot |
| 2008-03-21 |
drh | Make sure the text result of an aggregate function... |
commit | commitdiff | tree | snapshot |
| 2008-03-21 |
drh | Add a completely new testing system for the Bitvec... |
commit | commitdiff | tree | snapshot |
| 2008-03-21 |
danielk1977 | Add some more logging to the malloc system used when... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
drh | In the sqlite3_limit() interface, take out the feature... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
drh | Reinstate test cases for the limit tests. The sqlite3_... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
danielk1977 | Do not run crash7.test as part of a quick test. (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
drh | Initial implementation of per-connection limits and... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
danielk1977 | Allow a VACUUM operation to change the page-size in... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
vapier | stick everything that sqlite links against into Libs... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
danielk1977 | Write the page-size into the first journal-header of... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
mlcreech | Make out-of-tree builds work as expected when using... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
drh | Fix the load-extension mechanism so that tests build... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
mlcreech | Fix build whether compiling with or without auto-extens... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
mlcreech | Don't wrongly look for the amalgamation in $(TOP) ... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Add a new interface, sqlite3_context_db_handle(), that... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Undefine the "isView" macro when compiling with SQLITE_... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Use the xCurrentTime method of the default VFS instead... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Update the loadable extension module to include recentl... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Initialize the MD5 SQL functions from test_func.c inste... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Create the test_destructor16() test SQL function to... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Move SQL functions used for testing only out of func... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Add a new api sqlite3_randomness() for providing access... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | When a parse of the sqlite_master table fails, include... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
drh | Remove the dependency on the direct btree interface... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
drh | Update the documentation to distinguish between protect... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
drh | Test script changes that go with the coverage enhanceme... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
drh | Minor test coverage enhancements. (CVS 4877) |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
drh | Fix a memory leak introduced by the previous bug fix... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
drh | Add the ability to simulate out-of-memory errors when... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
drh | Version 3.5.7 (CVS 4874) |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
drh | Fix an uninitialized variable in the Prev and Next... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
drh | Abandon the OR optimization following a memory allocati... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
drh | Detect the failure to zero-terminate a result string... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
drh | Label test case bindxfer-1.9 as a misuse test case... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
drh | Modify the tableapi.test script so that it works under... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
drh | Put the statement journal in the temp-file directory... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
danielk1977 | Return an error when an xBestIndex() method indicates... |
commit | commitdiff | tree | snapshot |
| 2008-03-15 |
drh | Skip tests that require setting detailed unix permissio... |
commit | commitdiff | tree | snapshot |
| 2008-03-15 |
drh | Add tests to make sure the busy handler resets. (CVS... |
commit | commitdiff | tree | snapshot |
| 2008-03-14 |
drh | Reset the busy callback iteration counter at the beginn... |
commit | commitdiff | tree | snapshot |
| 2008-03-14 |
drh | Change an instance of intptr_t to sqlite3_intptr_t... |
commit | commitdiff | tree | snapshot |
| 2008-03-14 |
mlcreech | Revise Bitvec struct sizing to prevent assertion failur... |
commit | commitdiff | tree | snapshot |
| 2008-03-14 |
danielk1977 | Fix a second race condition in lock4.test. (CVS 4861) |
commit | commitdiff | tree | snapshot |
| 2008-03-14 |
mlcreech | Allow the testfixture to be built even when using the... |
commit | commitdiff | tree | snapshot |
| 2008-03-13 |
mlcreech | One additional intptr_t conversion (in the same vein... |
commit | commitdiff | tree | snapshot |
| 2008-03-13 |
mlcreech | Apply patch for #2915 to add target extension for execu... |
commit | commitdiff | tree | snapshot |
| 2008-03-13 |
mlcreech | Specify installation lib in 'rpath' options for sqlite3... |
commit | commitdiff | tree | snapshot |
| 2008-03-13 |
mlcreech | Add/move files in Makefile.in to bring it more in line... |
commit | commitdiff | tree | snapshot |
| 2008-03-13 |
danielk1977 | Eliminate a race condition from lock4.test. (CVS 4855) |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
danielk1977 | Do not segfault after a parse error in a sub-select... |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
mlcreech | If tclsh is not found, don't default to building the... |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
drh | Increase the version number to 3.5.7 in anticipation... |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
drh | Remove the #includes of stdlib.h and sys/types.h from... |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
drh | Add explicit !=0 tests in order to suppress warning... |
commit | commitdiff | tree | snapshot |
| 2008-03-09 |
mlcreech | Fix for #2981 - specifically use "tclsh8.4" if it's... |
commit | commitdiff | tree | snapshot |
| 2008-03-09 |
mlcreech | Fix for #1802, #2041, and #2270 - link libsqlite with... |
commit | commitdiff | tree | snapshot |
| 2008-03-09 |
mlcreech | Change <sqlite3.h> to "sqlite3.h" in #includes (CVS... |
commit | commitdiff | tree | snapshot |
| next |