]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-12-22  danielk1977Changes to test scripts so that veryquick.test runs...
2008-12-22  danielk1977Add a case to permutations.test to run tests with the...
2008-12-22  danielk1977Fix a variable type to prevent a warning in the proxy...
2008-12-21  drhContinue refactoring where.c in preparation for install...
2008-12-20  danielk1977Add a vfs backend that detects problems like the one...
2008-12-20  drhDo not use long long constants in code. Ticket #3547...
2008-12-20  danielk1977Fix the crash-followed-by-corruption bug revealed by...
2008-12-20  drhSpecify type "void" in the parameter list of functions...
2008-12-20  drhEnhanced analysis of OR terms in a WHERE clause. Anoth...
2008-12-19  danielk1977Add extra crash test cases that stress the savepoint...
2008-12-19  danielk1977Add some crash-tests for savepoint. Fix a bug revealed...
2008-12-19  danielk1977Add the file ext/fts3/README.syntax, containing documen...
2008-12-18  drhFix the Oracle and MS-Sql command-line terminator logic...
2008-12-18  danielk1977Increase test coverage of new savepoint code. (CVS...
2008-12-18  danielk1977Add savepoint2.test, a file containing savepoint tests...
2008-12-18  danielk1977Fix a bug in icuOpen() in fts2. (CVS 6038)
2008-12-17  drhUpdate the WHERE clause processing infrastructure in...
2008-12-17  danielk1977Add the savepoint feature. This feature is largely...
2008-12-17  danielk1977Fix some strict-aliasing problems in fts3_expr.c. ...
2008-12-17  danielk1977Modify fts3 to support a more complex expression syntax...
2008-12-16  drhVersion 3.6.7 (CVS 6033)
2008-12-16  shaneFix a compile error in an assert() and a warning with...
2008-12-16  drhMake sure the memory returned from sqlite3ScratchMalloc...
2008-12-15  drhNew hyperlinks added to C interface documentation....
2008-12-15  drhAdd test cases that verify evaluation of randomly gener...
2008-12-15  drhConvert the "~" and "NOT" operators to be two-address...
2008-12-14  danielk1977Add the example from #3359 to the test suite. (CVS...
2008-12-14  drhFix the name of the source algorithm in the comments...
2008-12-12  drhAdd many new integer boundary value tests. Ticket...
2008-12-12  drhRework the rowid lookup logic in the query optimizer...
2008-12-11  drhPrevious change to the OP_ForceInt opcode did not work...
2008-12-11  drhMake sure the OP_ForceInt vdbe opcode does not cause...
2008-12-11  drhGuard against attacks from deliberately corrupted datab...
2008-12-11  drhIncrease the version number to 3.6.7. (CVS 6020)
2008-12-11  drhInitialize a local variable so as to avoid a valgrind...
2008-12-11  shaneRemoved a few more harmless warnings from MSVC. (CVS...
2008-12-11  drhFix the TCL test harness so that it compiles and runs...
2008-12-11  drhInitialize the yyzerominor constant generated by lemon...
2008-12-10  drhMore code obfuscation designed to thwart compiler warni...
2008-12-10  drhTry to remove compiler warnings from vdbe.c. (CVS 6014)
2008-12-10  shaneWork to remove harmless MSVC compiler warnings. (CVS...
2008-12-10  drhThe strlen30 function in tclsqlite.c should be defined...
2008-12-10  drhFix an issue with the new sqlite3Strlen30() introduced by
2008-12-10  drhAdditional work at eliminating silly compiler warnings...
2008-12-10  shaneFixed typo in comment in mkkeywordhash.c. (CVS 6009)
2008-12-10  shaneAdded option (-l) to lemon parser to have it skip print...
2008-12-10  drhNever use strlen(). Use our own internal sqlite3Strlen...
2008-12-10  drhMore explicit type casting to silence VC++. (CVS 6006)
2008-12-10  drhRemove or rename local variables that shadow other...
2008-12-10  drhAdd explicit casts to silence nuisance warnings from...
2008-12-10  drhUse memcpy() rather than "=" to copy a structure, in...
2008-12-10  drhRemove some obsolete markup from sqlite.h.in. (CVS...
2008-12-09  drhReturn an appropriate out-of-memory message when sqlite...
2008-12-09  drhFinish incomplete edit of resolve.c from check-in ...
2008-12-09  drhAdditional test cases for nested subqueries in a WHERE...
2008-12-09  drhA subquery in the result set of a SELECT should be...
2008-12-09  shaneRemoved some harmless compiler warnings and converted...
2008-12-09  drhGet rid of more silly compiler warnings. (CVS 5996)
2008-12-09  drhSuppress more silly compiler warnings. (CVS 5995)
2008-12-09  drhFix compiler warnings in where.c and in the TCL test...
2008-12-08  drhSome minor name refactoring in where.c. Avoid declarin...
2008-12-08  drhFix a bug in win32 command-line client introduced durin...
2008-12-08  drhThe amalgamation now compiles cleanly on GCC with options
2008-12-08  drhFix two unused-parameter warnings in the parser. (CVS...
2008-12-08  drhFix a segfault associated with the column cache that...
2008-12-06  drhMake sure a memory allocation error did not prevent...
2008-12-06  drhMake sure the KeyInfo object attached to a transient...
2008-12-06  drhMark the hash table enlargement in pcache1.c as a benig...
2008-12-05  drhMake the minimum allocate size for RowSet objects large...
2008-12-05  drhFix integrity check so that it always reports memory...
2008-12-05  drhMake sure the nOverflow flag in MemPage is reset to...
2008-12-05  drhFix harmless compiler warnings. Improved comments...
2008-12-05  drhMake use of sqlite3DbMallocSize to maximize the size...
2008-12-05  drhVariable name changes in the query optimizer for disamb...
2008-12-05  drhExpand table.* properly on a USING or a NATURAL join...
2008-12-04  drhFix a segfault that can occur in the RowSet object...
2008-12-04  drhReplace the VDBE Fifo object with the new RowSet object...
2008-12-04  drhMake sure dot-lock is fully enabled when SQLITE_ENABLE_...
2008-12-04  drhFix a memory leak in the shell that occurs when a ...
2008-12-04  drhAlways enable the OP_Blob opcode in the VDBE even when
2008-12-03  drhAllow the entire FROM clause of a SELECT statement...
2008-12-03  drhFix a missing forward declaration that is needed when
2008-12-03  drhReorganize the proxy-locking method in os_unix.c. ...
2008-12-03  aswiftMake os_unix compile with SQLITE_ENABLE_PROXY_LOCKING...
2008-12-03  drhContinue with the cleanup of os_unix.c. (CVS 5969)
2008-11-29  drhFully initialize the unused bytes of the buffer that...
2008-11-29  drhContinuing to refactor os_unix.c. This is an increment...
2008-11-29  drhContinuing work on the os_unix.c refactoring. Removed...
2008-11-28  drhFirst step in refactoring os_unix.c. This is work...
2008-11-27  drhAdd 19 new assert() statements in btree.c that attempt...
2008-11-26  pweilbacherexpected error message has trailing space (CVS 5963)
2008-11-26  pweilbacherremove warning in os2Sync() with SQLITE_NO_SYNC set...
2008-11-26  pweilbachermake os2Randomness() act the same as other platforms...
2008-11-26  drhFix the test condition for the test cases added to...
2008-11-26  danielk1977Fix an obscure memory leak that can follow an IO error...
2008-11-26  danielk1977Fix a couple of assert() failures provoked by running...
2008-11-25  danielk1977Move the definition of function transferOwnership(...
2008-11-24  shaneAdded cast to PAGE_TO_PGHDR1 macro to remove warning...
2008-11-24  shaneFixed some spelling errors in sqliteInt.h. Ticket...
2008-11-24  shaneAdded test case to in4.test to try and duplicate crash...
next