2008-06-04 |
danielk1977 | Add "pragma journal_size_limit", used to limit the... |
commit | commitdiff | tree |
2008-06-03 |
danielk1977 | Ensure that vacuum3.test closes all opened database... |
commit | commitdiff | tree |
2008-06-02 |
danielk1977 | Avoid passing a null pointer to sqlite3SetString in... |
commit | commitdiff | tree |
2008-05-30 |
shane | Fix typos in comments in vdbe.c. (CVS 5182) |
commit | commitdiff | tree |
2008-05-30 |
shane | Fix typos in comments in sqlite.h.in. (CVS 5181) |
commit | commitdiff | tree |
2008-05-30 |
drh | Fix typos in comments in where.c. (CVS 5180) |
commit | commitdiff | tree |
2008-05-29 |
shane | Consolidated inline assembly versions of "hwtime()... |
commit | commitdiff | tree |
2008-05-29 |
shane | Consolidated inline assembly versions of "hwtime()... |
commit | commitdiff | tree |
2008-05-29 |
drh | Fix cosmetic issues spotted while working on ticket... |
commit | commitdiff | tree |
2008-05-29 |
shane | Moved check and define for OS_WINCE from os_win.c to... |
commit | commitdiff | tree |
2008-05-29 |
drh | When initializing the sqlite_sequence entry for an... |
commit | commitdiff | tree |
2008-05-29 |
drh | Fix an obsolete comment on the OP_Rowid opcode in the... |
commit | commitdiff | tree |
2008-05-29 |
shane | Omit declaration for functions that are only used by... |
commit | commitdiff | tree |
2008-05-29 |
shane | Unused functions in testfixture.exe with certain define... |
commit | commitdiff | tree |
2008-05-29 |
shane | sqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_... |
commit | commitdiff | tree |
2008-05-28 |
shane | Use %llx instead of %x for 64 bit values (this only... |
commit | commitdiff | tree |
2008-05-28 |
shane | Update makefile.in so that makefiles generated by confi... |
commit | commitdiff | tree |
2008-05-28 |
danielk1977 | Add another test case to vacuum3.test. (CVS 5168) |
commit | commitdiff | tree |
2008-05-28 |
danielk1977 | Add a test to vacuum3.test to try to trick sqlite into... |
commit | commitdiff | tree |
2008-05-28 |
drh | Allow the SQLITE_MAX_EXPR_DEPTH compile-time parameter... |
commit | commitdiff | tree |
2008-05-27 |
shane | In test3.c, use type 'u32' instead of 'unsigned int... |
commit | commitdiff | tree |
2008-05-27 |
shane | Updated to use localtime_s() in Windows build environme... |
commit | commitdiff | tree |
2008-05-27 |
shane | Explicitly typedef Pgno as 'u32' instead of 'unsigned... |
commit | commitdiff | tree |
2008-05-27 |
drh | Fix a bug in rtree that occurs when too many constraint... |
commit | commitdiff | tree |
2008-05-26 |
drh | Use %w instead of %q when constructing shadow table... |
commit | commitdiff | tree |
2008-05-26 |
drh | Update the amalgamation builder to incorporate the... |
commit | commitdiff | tree |
2008-05-26 |
danielk1977 | Import 'rtree' extension. (CVS 5159) |
commit | commitdiff | tree |
2008-05-26 |
drh | Fix the LIKE query optimizer so that it works with... |
commit | commitdiff | tree |
2008-05-23 |
shane | Fixed various typos, spelling, grammar, and formatting... |
commit | commitdiff | tree |
2008-05-23 |
drh | Add a test case of preparing a statement with an nBytes... |
commit | commitdiff | tree |
2008-05-23 |
drh | Do not references zSql(-1) if nBytes==0 in sqlite3_prep... |
commit | commitdiff | tree |
2008-05-22 |
danielk1977 | Ensure that the db.mallocFailed flag is cleared before... |
commit | commitdiff | tree |
2008-05-21 |
drh | Add the "volatile" keyword to variables in the Pager... |
commit | commitdiff | tree |
2008-05-21 |
shane | Update sqlite3_open*() documentation on shared cache... |
commit | commitdiff | tree |
2008-05-21 |
drh | Fix the VACUUM command so that it does not modify the... |
commit | commitdiff | tree |
2008-05-20 |
pweilbacher | Fix OS/2 compilation for pre-C99 compilers. (CVS 5150) |
commit | commitdiff | tree |
2008-05-20 |
drh | Corrections to the documented behavior of sqlite3_last_... |
commit | commitdiff | tree |
2008-05-20 |
drh | Changes to the error handling policies of sqlite3_exec... |
commit | commitdiff | tree |
2008-05-20 |
shane | Added more DST boundary checks for 2006 and 2007. ... |
commit | commitdiff | tree |
2008-05-20 |
shane | Updated test case for Windows to get around problems... |
commit | commitdiff | tree |
2008-05-20 |
danielk1977 | Do not attempt to write a master journal name to the... |
commit | commitdiff | tree |
2008-05-19 |
drh | Improvements to API documentation. The sqlite3_exec... |
commit | commitdiff | tree |
2008-05-19 |
shane | SQLite stores native file names and paths for the datab... |
commit | commitdiff | tree |
2008-05-19 |
drh | Fix sqlite3Atoi64 to return true if handed a number... |
commit | commitdiff | tree |
2008-05-19 |
drh | In the CLI, handle the compilation option -DOS_OS2... |
commit | commitdiff | tree |
2008-05-19 |
shane | Added test cases for corrupt 2-10 byte SerialTypeLen... |
commit | commitdiff | tree |
2008-05-16 |
danielk1977 | Disable the column cache when coding values that will... |
commit | commitdiff | tree |
2008-05-16 |
danielk1977 | Check that the encoding of values passed to sqlite3_bin... |
commit | commitdiff | tree |
2008-05-16 |
danielk1977 | Add more version tags to files that lack them. Ticket... |
commit | commitdiff | tree |
2008-05-15 |
drh | Add version tag comments to source files that lack... |
commit | commitdiff | tree |
2008-05-15 |
danielk1977 | Add the "page_count" pragma. Returns a single integer... |
commit | commitdiff | tree |
2008-05-15 |
danielk1977 | If a pager is already in the error-state when CommitPha... |
commit | commitdiff | tree |
2008-05-15 |
danielk1977 | Fix a test script bug - not all database handles were... |
commit | commitdiff | tree |
2008-05-15 |
danielk1977 | Do not write pages to disk to free memory after an... |
commit | commitdiff | tree |
2008-05-14 |
drh | Version 3.5.9 (CVS 5131) |
commit | commitdiff | tree |
2008-05-13 |
shane | On instruction from DRH, only do malloc failure tests... |
commit | commitdiff | tree |
2008-05-13 |
drh | Do a slow-path in GetVarint32() for varints that do... |
commit | commitdiff | tree |
2008-05-13 |
drh | Make the benign-fault setting recursive. Make all... |
commit | commitdiff | tree |
2008-05-13 |
drh | Update the pager so that it does not try to commit... |
commit | commitdiff | tree |
2008-05-13 |
drh | Update the autoconf makefile so that it includes -lpthr... |
commit | commitdiff | tree |
2008-05-12 |
pweilbacher | check that DosWrite() was successful before trying... |
commit | commitdiff | tree |
2008-05-12 |
drh | Add "b" to fopen() in the hexio tests so that extra... |
commit | commitdiff | tree |
2008-05-12 |
danielk1977 | Temporarily disable extended IO error code tests. ... |
commit | commitdiff | tree |
2008-05-12 |
drh | Fix typo in documentation of sqlite3_step(). Ticket... |
commit | commitdiff | tree |
2008-05-12 |
danielk1977 | Make test function do_ioerr_test more robust. No code... |
commit | commitdiff | tree |
2008-05-12 |
danielk1977 | Modify logging code in test_osinst.c. No changes to... |
commit | commitdiff | tree |
2008-05-12 |
pweilbacher | Use short timeout for locking operations by default... |
commit | commitdiff | tree |
2008-05-12 |
pweilbacher | Correctly test DosWrite() for failure return code ... |
commit | commitdiff | tree |
2008-05-11 |
drh | Use memcpy() instead of casting to copy the content... |
commit | commitdiff | tree |
2008-05-11 |
drh | New test cases to verify that SQLite handles bound... |
commit | commitdiff | tree |
2008-05-09 |
pweilbacher | Fix leaked filename in case DosOpen() fails. (CVS 5115) |
commit | commitdiff | tree |
2008-05-09 |
danielk1977 | Re-enable tests that were accidentally disabled by... |
commit | commitdiff | tree |
2008-05-09 |
drh | Reformulate the constants for the minimum and maximum... |
commit | commitdiff | tree |
2008-05-09 |
danielk1977 | Fix a problem with recovering from an IO error in exclu... |
commit | commitdiff | tree |
2008-05-09 |
drh | Do not clear the error code or error message in sqlite3... |
commit | commitdiff | tree |
2008-05-09 |
drh | Fix the ALTER TABLE RENAME algorithm so that it is... |
commit | commitdiff | tree |
2008-05-09 |
drh | Back out check-in (5108). The original isnan() impleme... |
commit | commitdiff | tree |
2008-05-09 |
drh | Change the implementation of sqlite3IsNaN() so that... |
commit | commitdiff | tree |
2008-05-08 |
danielk1977 | Fix recently introduced bug in tester.tcl. (CVS 5107) |
commit | commitdiff | tree |
2008-05-08 |
danielk1977 | Add extra instrumentation to test_osinst.c. Also the... |
commit | commitdiff | tree |
2008-05-08 |
drh | Use a 6-byte rather than an 8-byte encoding for integer... |
commit | commitdiff | tree |
2008-05-08 |
drh | Increment the version number. (CVS 5104) |
commit | commitdiff | tree |
2008-05-08 |
drh | Fix the new ioerr4.test so that it plays well with... |
commit | commitdiff | tree |
2008-05-07 |
danielk1977 | Fix some problems with multi-file transactions in persi... |
commit | commitdiff | tree |
2008-05-07 |
shane | Added test cases for corrupt SerialTypeLen header value... |
commit | commitdiff | tree |
2008-05-07 |
danielk1977 | Modify the header comment in jrnlmode2.test. No code... |
commit | commitdiff | tree |
2008-05-07 |
danielk1977 | Change the header comment in jrnlmode4.test. No changes... |
commit | commitdiff | tree |
2008-05-07 |
danielk1977 | If an error occurs within xAccess(), it should return... |
commit | commitdiff | tree |
2008-05-07 |
drh | Add a new I/O error test: ioerr4. (CVS 5097) |
commit | commitdiff | tree |
2008-05-07 |
drh | Fix a null-pointer dereference that can occur following... |
commit | commitdiff | tree |
2008-05-07 |
drh | Omit mutex variables in the pager when threadsafe is... |
commit | commitdiff | tree |
2008-05-07 |
danielk1977 | Fix a problem causing the database to be truncated... |
commit | commitdiff | tree |
2008-05-07 |
mlcreech | Only look for config.h if the autoconf-based build... |
commit | commitdiff | tree |
2008-05-06 |
pweilbacher | Fix most remaining testsuite failures on OS/2 by switch... |
commit | commitdiff | tree |
2008-05-06 |
pweilbacher | The pathToDel element of the os2File structure should... |
commit | commitdiff | tree |
2008-05-06 |
pweilbacher | Remove delOnClose flag from os2File structure, use... |
commit | commitdiff | tree |
2008-05-06 |
danielk1977 | Fix a bug whereby the database file was not always... |
commit | commitdiff | tree |
2008-05-06 |
mlcreech | Add defines for _FILE_OFFSET_BITS and _LARGE_FILES... |
commit | commitdiff | tree |
2008-05-05 |
mlcreech | Add AC_SYS_LARGEFILE to ensure large file support,... |
commit | commitdiff | tree |
2008-05-05 |
danielk1977 | Fix recently introduced test script error causing a... |
commit | commitdiff | tree |
next |