]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-11-07  drhPrevent buffer overruns when converting malformed UTF16...
2008-11-07  drhPrevent a rollback from crashing if the sector-size...
2008-11-07  drhAdd documentation to make it clear that short reads...
2008-11-06  drhFix a bug in the CAST operator associated with the...
2008-11-05  drhFix memory allocation problems when string length excee...
2008-11-05  drhThe COMMIT command now works even if there are pending...
2008-11-04  shaneShould be 'memjournal.lo' instead of 'memjournal.o...
2008-11-04  danielk1977Add test cases for sqlite3_db_mutex(). (CVS 5862)
2008-11-04  drhEnhance documentation of sqlite3_db_mutex(). (CVS 5861)
2008-11-04  drhAvoid a segfault when OOM on a simple EXPLAIN query...
2008-11-04  drhAdd the sqlite3_db_mutex() interface. No test cases...
2008-11-03  drhTest cases to verify that COMMIT and ROLLBACK return...
2008-11-03  drhChange the name of the Cursor object to VdbeCursor...
2008-11-03  danielk1977Modify an assert() statement to fix #3473. No other...
2008-11-03  danielk1977Fix a bug reported on the mailing list triggered by...
2008-10-31  shaneTest that single byte corruptions in increasingly large...
2008-10-31  danielk1977Change the way sqlite3VdbeSetColName() is called so...
2008-10-30  drhFix a faulty assert() in the merge implementation of...
2008-10-30  danielk1977Fix a crash that can follow a malloc failure in sqlite3...
2008-10-30  drhAdd the sqlite3_extended_errcode() interface. Change...
2008-10-29  danielk1977If a hot-journal file is detected but the application...
2008-10-28  drhRemove the vestigial mem4 and mem6 memory allocators...
2008-10-28  drhAdd data structure description comments to memjournal...
2008-10-28  danielk1977Avoid exposing internal interfaces sqlite_attach()...
2008-10-27  danielk1977If an SQLITE_DELETE authorization callback returns...
2008-10-27  danielk1977Make sqlite3_count_changes() and total_changes() work...
2008-10-27  danielk1977Remove some if() conditions that are always true from...
2008-10-25  danielk1977Remove unused parameter from function rtreeInit() ...
2008-10-25  drhDisable the result-set alias cache when on conditional...
2008-10-25  danielk1977Add file tkt3461.test with a few examples of bug #3461...
2008-10-23  danielk1977Fix a bug in pragma table_info. Column default values...
2008-10-22  shaneUpdated configure/makefiles to handle SQLITE_ENABLE...
2008-10-22  shaneRemoved some more dead code and fixed some unresolved...
2008-10-22  shaneMake sure variable declarations occur first in code...
2008-10-22  shaneTest cases for ticket #3442. (CVS 5835)
2008-10-22  danielk1977Fix an assert() failure that can occur following a...
2008-10-21  danielk1977Update the autoconf build system to include memjournal...
2008-10-19  drhWhen a name in double quotes falls back to being a...
2008-10-17  danielk1977Add the memjournal.c file that should have been with...
2008-10-17  danielk1977Add "pragma journal_mode=memory". Change the way rollba...
2008-10-17  drhFix a typo in documentation. Ticket #3447. (CVS 5829)
2008-10-16  danielk1977Fix an error in (5826). (CVS 5828)
2008-10-15  drhFix a naming problem when SQLITE_MUTEX_NOOP is used...
2008-10-15  danielk1977Do not open and sync the directory in unixDelete()...
2008-10-15  drhVersion 3.6.4 (CVS 5825)
2008-10-15  danielk1977After running speed1.test and speed1p.test, reset the...
2008-10-14  danielk1977Disable the page-cache at the end of pcache2.test....
2008-10-14  drhFix the amalgamation generator to recognize indented...
2008-10-14  drhFix the xRandomness() method on the unix VFS to return...
2008-10-14  drhMake sure malloc3.test runs even if a CREATE TABLE...
2008-10-14  danielk1977Update main.mk so that a couple of fts3 files are compi...
2008-10-14  danielk1977Modifications to main.mk so that -DSQLITE_ENABLE_FTS3...
2008-10-13  pweilbacherfix a few return codes in the OS/2 VFS (CVS 5817)
2008-10-13  drhGet the load extension tests working on amd64. Needed...
2008-10-13  drhFix the SQLITE_OMIT_DATETIME_FUNCS compile-time option...
2008-10-13  drhIn rollback.test, do not check for journal deletion...
2008-10-13  danielk1977Use one less temporary table in genfkey.c. The retired...
2008-10-13  danielk1977If sqlite3_column_value() is called to obtain a value...
2008-10-12  shaneCheck for failures in winTruncate. Ticket #3415. ...
2008-10-12  shaneAdded -DSQLITE_ENABLE_RTREE=1 to the mkdll.sh script...
2008-10-12  shaneAdd gcov compile options to link line when GCOV option...
2008-10-12  shaneAdded SQLITE_OMIT_DEPRECATED compile time option to...
2008-10-11  drhAdd macros tests so that the compiler always recognizes...
2008-10-11  danielk1977When transfering an error message from a statement...
2008-10-11  drhConditionally omit prototypes in pcache.h when the...
2008-10-11  drhFix to sqlite3DbMallocRaw() when SQLITE_OMIT_LOOKASIDE...
2008-10-11  drhFix a OOM segfault in the BETWEEN operator parsing...
2008-10-11  danielk1977Add "nolookaside" case to permutations.test. (CVS 5802)
2008-10-11  drhFix a memory leak on ORDER BY of a compound select...
2008-10-11  drhAdded an assert() to detect lookaside memory leaks...
2008-10-11  drhFix an assertion fault that occurs with SQLITE_THREADSA...
2008-10-10  drhAdd the SQLITE_OMIT_TRUNCATE_OPTIMIZATION option. ...
2008-10-10  shaneFurther simplifications of the code for the LIMIT claus...
2008-10-10  danielk1977Add the genfkey program to the tool/ directory. (CVS...
2008-10-10  danielk1977Change 'pragma foreign_key_list' to return some extra...
2008-10-10  drhSimplify the symbol hash table to use only a single...
2008-10-10  drhDocumentation updates. No changes to code. (CVS 5793)
2008-10-10  drhSimplify the parser reduction code for the LIMIT clause...
2008-10-10  shaneRe-factored memory allocation failure handling in the...
2008-10-10  shaneAdded mallocJ.test to test allocation failure handling...
2008-10-10  shaneInitial test cases for the new LIMIT/OFFSET support...
2008-10-10  shaneUpdated LIMIT support for DELETE/UPDATE. Omit option...
2008-10-09  danielk1977Fix an assert() failure that can occur if the user...
2008-10-09  drhNew speed testing tools. (CVS 5786)
2008-10-09  drhAdd a test to verify the sqlite3_column_name() interfac...
2008-10-09  drhUpdate the version number to 3.6.4. (CVS 5784)
2008-10-09  drhMinor cleanup of the new "status" command on the TCL...
2008-10-08  danielk1977After an OP_NullRow is executed on a cursor, cause...
2008-10-07  drhAdd the experimental sqlite3_stmt_status() interface...
2008-10-07  drhRaise the hard upper bound on SQLITE_MAX_FUNCTION_ARG...
2008-10-07  drhRemove the SQLITE_MUTEX_APPDEF compile-time option...
2008-10-07  danielk1977Fix a recently introduced test script bug causing rollb...
2008-10-07  danielk1977Have sqlite3_bind_value() call sqlite3ApiExit() before...
2008-10-07  drhDo not use double unnecessarily in date+time functions...
2008-10-07  danielk1977Fix a problem with hot-journal rollback. SQLITE_CANTOPE...
2008-10-07  shaneInitial support for LIMIT clause on DELETEs and UPDATEs...
2008-10-07  shaneRemoved redundant assert(). (CVS 5773)
2008-10-06  danielk1977Allow INDEXED BY and NOT INDEXED to be used in UPDATE...
2008-10-06  drhAdd a test script to verify that ticket #3419 stays...
2008-10-06  drhFix a typo in check-in (5769) (CVS 5770)
next