]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-02-03  drhFix the sqlite3_mprintf_long test command (added by...
2009-02-03  drhRemove several compiler warnings. (CVS 6239)
2009-02-03  drhRemove the text of the sqlite3VdbeMemSanity() routine...
2009-02-03  drhCheck at the write() call to work around the msdos...
2009-02-03  drhAdd a special rule to the amalgamation generator to...
2009-02-03  drhFix a problem in check-in (6226) which could cause...
2009-02-03  drhCheck-in (6230) introduced a bugs in SUBSTR() which...
2009-02-02  drhMake group_concat() a 1- or 2-value function, as the...
2009-02-02  drhOmit the TEMP keyword from the schema of TEMP tables...
2009-02-02  drhMinor simplifications to SQL function implementations...
2009-02-02  drhUpdate the SUBSTR function so that works consistently...
2009-02-02  drhRestrict the RANDOM() function to have zero arguments...
2009-02-01  drhFix SUBSTR() so that it returns NULL if any argument...
2009-02-01  drhFix the SUBSTR() function so that when the 3rd argument...
2009-02-01  drhChange the replace() function to return a copy of its...
2009-02-01  drhAdjust comments in vdbe.c to use OP_MakeRecord instead...
2009-02-01  drhAdd a new test command, sqlite3_mprintf_long, for testi...
2009-02-01  drhMake the TO keyword available even if SQLITE_OMIT_ALTER...
2009-01-31  drhBetter error message when coalesce() has too few argume...
2009-01-31  danielk1977Avoid a segfault when running vacuum on an in-memory...
2009-01-30  drhFix a round-off error when moving dates by negative...
2009-01-30  shaneMade code to remove unused parameter warning part of...
2009-01-30  shaneChanges to setupLookaside() in main.c to better handle...
2009-01-30  shaneImplemented the SQLITE_LAST_ERRNO op in the xFileContro...
2009-01-30  shaneIn test case incrvacuum-15.1 close both db handles...
2009-01-30  shaneMinor changes to remove a few MSVC compiler warnings...
2009-01-29  drhAdd test cases to make sure that keywords that we say...
2009-01-29  vapieradd a cvsignore file (CVS 6213)
2009-01-28  drhFix a segfault that can occur when attempting to insert...
2009-01-28  vapierregenerate autotools (CVS 6211)
2009-01-28  vapierunify TCLLIBDIR handling with libtclsqlite3.so and...
2009-01-28  drhAdd testcase() macros for coverage in date.c. (CVS...
2009-01-26  vapieruse AC_MSG_xxx funcs rather than `echo` (CVS 6208)
2009-01-26  vapier(#3449) search for tclConfig.sh first by asking tclsh...
2009-01-26  vapier(#1428) installed shared libs with exec perms (CVS...
2009-01-26  vapier(#3583) add a rule for sqlite3.pc in case the .in file...
2009-01-24  drhRemove obsolete files from the tools subfolder. (CVS...
2009-01-24  drhFix some minor compiler warnings. Added sqlite3Isalpha...
2009-01-24  danielk1977Remove incorrect ALWAYS macro associated with empty...
2009-01-23  danielk1977Optimization: When loading a new page into the cache...
2009-01-22  drhFix the VACUUM command so that it does not commit a...
2009-01-22  danielk1977Silence a C++ builder warning by writing "if( (rc ...
2009-01-21  danielk1977Add a comment to fts3_tokenizer.h to make it clear...
2009-01-20  danielk1977Big change to make pager.c easier to follow. Unused...
2009-01-20  danielk1977When not compiling for an EBCDIC system, use built...
2009-01-19  drhMake sure the *pzErrMsg return from sqlite3_get_table...
2009-01-19  drhFix the --enable-tempstore option on the configure...
2009-01-19  drhMake sure mutexes are fully enabled for thread001.test...
2009-01-17  danielk1977Fix a bug that was preventing SQLite from releasing...
2009-01-17  drhBack out the Makefile.in changes from check-in (6181...
2009-01-16  drhRemove a harmless UMR that occurs inside some debugging...
2009-01-16  danielk1977Fix a change-counter bug similar to #3584. This one...
2009-01-16  danielk1977Revert (6187). (CVS 6188)
2009-01-16  danielk1977This commit is an error. Reverted by (6188). (CVS 6187)
2009-01-16  danielk1977Allow recently added keywords 'savepoint' and 'release...
2009-01-15  drhTreat "or" as an ANSI-C keyword, even though it is...
2009-01-15  drhVersion 3.6.10 (CVS 6184) version-3.6.10
2009-01-15  drhDisable test case select2-2.0.3. This was a timing...
2009-01-15  drhAvoid using ENOTSUP on systems that do not define that...
2009-01-14  drhMake some changes requested by Fedora. (CVS 6181)
2009-01-14  drhFix the shell so that the ".schema" command works regar...
2009-01-14  drhAdd asserts to detect if a transaction commits without...
2009-01-14  drhFix typos in comments in FTS3 implementation. (CVS...
2009-01-14  drhIncrement the version number in preparation for yet...
2009-01-14  danielk1977Fix a problem with committing a transaction while there...
2009-01-14  drhVersion 3.6.9 (CVS 6175)
2009-01-14  drhHere is the test case to prove that ticket #3581 is...
2009-01-14  drhMake sure the OR-clause optimizer takes the cost of...
2009-01-13  drhUpdates to comments as suggested by tickets #3578 and...
2009-01-13  danielk1977If the journal file is open when unlocking the database...
2009-01-12  drhVersion 3.6.8 (CVS 6170)
2009-01-12  danielk1977Only run tests that depend on SQLITE_PREFER_PROXY_LOCKI...
2009-01-11  drhSometimes a single byte is written to the main database...
2009-01-11  drhFix an assert() so that it works correctly with SQLITE_...
2009-01-11  danielk1977Fix jrnlmode.test so that it does not run tests involvi...
2009-01-11  drhThe crash8.test depends on auto_vacuum being off. ...
2009-01-11  drhIn io.test, reset the connection after manually deletin...
2009-01-11  drhAdjust savepoint.test so that it can deal with SQLITE_T...
2009-01-10  danielk1977Do not run crash8.test as part of the "journaltest...
2009-01-10  danielk1977Remove the unused Pager.alwaysRollback flag. Fix a...
2009-01-10  drhRemove an faulty assertion inserted a few days ago...
2009-01-10  drhWhen compiled with SQLITE_DEBUG (in other words, when...
2009-01-10  danielk1977Improve coverage of pager.c. (CVS 6158)
2009-01-10  drhFix a bug caused by overzealous code test coverage...
2009-01-10  drhRemove some unused code from expr.c in order to increas...
2009-01-10  danielk1977Fix a bug in the previous commit - use SQL comments...
2009-01-10  danielk1977Add a malloc failure test case that covers a few previo...
2009-01-09  drhCoverage improvements in pragma.c. Change the __DARWIN...
2009-01-09  danielk1977Increase pager.c coverage a bit. Fix an assert failure...
2009-01-09  drhFix two problems in test instrumentation that show...
2009-01-09  drhSimplifications to btree.c to improve test coverage...
2009-01-09  danielk1977Add a couple of coverage tests. (CVS 6149)
2009-01-09  drhMore coverage improvements. (CVS 6148)
2009-01-09  drhIncreased test coverage. (CVS 6147)
2009-01-08  drhIncreased test coverage in where.c. (CVS 6146)
2009-01-08  danielk1977Fix a comment in pager.c. No actual code changes. ...
2009-01-08  danielk1977Avoid an 'invalid cast' warning in test_osinst.c. ...
2009-01-08  danielk1977Fix a couple of potential corruption problems in pager...
2009-01-08  drhAdd a test script for ticket #2565. Change the assert...
2009-01-08  drhAllow database files to be created in the root director...
next