]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-05-10  drhBackport the stack-size reduction patch in (3673) to... branch_3_3_13
2007-02-13  drhExpand the cursor index in SrcList_item to 32-bits...
2007-02-13  drhChanged my mind. Convert "GUID" back to "UUID". (CVS...
2007-02-13  drhChange "UUID" to "GUID" in the documentation. (CVS...
2007-02-13  drhChanges in preparation for version 3.3.13. (CVS 3637)
2007-02-13  drhExplanation of the "fragmentation" line is added to...
2007-02-13  drhAdditional fixes to the new fragmentation feature of...
2007-02-10  drhChanges to support fragmentation analysis in sqlite3_an...
2007-02-07  drhExplicit collations always override implicit collations...
2007-02-07  drhChange the coding of PRAGMA count_changes so that it...
2007-02-07  shesshttp://www.sqlite.org/cvstrac/tktview?tn=2219
2007-02-06  drhAdditional tests to give full coverage testing to ticke...
2007-02-06  drhWhen optimizing out an ORDER BY clause due to uniquenes...
2007-02-06  drhCheck the return value of lseek() in os_unix.c to make...
2007-02-05  danielk1977Set the MEM_Term flag when an internal string has a...
2007-02-02  drhMinor tweaks to collating sequences. We'll hold of...
2007-02-02  drhFix typos in the pragma documentation. Ticket #2210...
2007-02-01  drhFirst cut at adding the COLLATE operator. Regression...
2007-02-01  drhFix a bug in the copy method of the TCL interface....
2007-02-01  drhAllow up to 64 tables in a join (the number of bits...
2007-01-31  aswiftFixed incorrect typecast for flock structure ptr in...
2007-01-29  drhReplace the randomHex() function with separate functions
2007-01-29  drhAdd the randomhex() function as a built-in. (CVS 3619)
2007-01-28  pweilbacherImplement the platform specific part of the shared...
2007-01-28  pweilbacherAdapt returns of the os2Read() function to those of...
2007-01-27  drhVersion 3.3.12 (CVS 3616)
2007-01-27  drhAdjustments to the pragma test for OS-X. (CVS 3615)
2007-01-27  drhMore adjustments to the pragma test for windows. (CVS...
2007-01-27  drhAdjustment to tests for PRAGMA integrity_check so that...
2007-01-27  drhIncrement the version number in preparation for the...
2007-01-27  drhFix a documentation comment in vdbe.c. Ticket #2188...
2007-01-27  drhParser changes to allow parenthesized numerical argumen...
2007-01-27  drhLimit the number of errors returned by PRAGMA integrity...
2007-01-26  drhMake sure the vdbeInt.h file is not #included multiple...
2007-01-26  drhFix prototypes for the parser. Syntactic change only...
2007-01-26  drhAdd code to select.c for printing the contents of parse...
2007-01-26  drhFix a (harmless) assertion fault on nested views where...
2007-01-26  drhMake sure the loadext.c module works even if all SQLITE...
2007-01-26  drhWork around issues with certain C++ compilers by adding...
2007-01-25  drhFix an additional problem with the IS NULL optimization...
2007-01-24  drhDo not run the fts2i.test unless the FTS2 module is...
2007-01-24  drhDo not run test fts1i.test if FTS1 is not installed...
2007-01-22  drhVersion 3.3.11 (CVS 3599)
2007-01-22  drhPrepare for the release of version 3.3.11 (CVS 3598)
2007-01-22  drhFix a pragma test so that it works in directories that...
2007-01-19  shesshttp://www.sqlite.org/cvstrac/tktview?tn=2166,35
2007-01-19  drhMake sure the IS NULL optimization introduced by check...
2007-01-16  drhAdditional memory initialization in lemon - bug reporte...
2007-01-16  drhMake sure the parser generated by lemon always calls...
2007-01-12  drhFix a bug in sqlite3_prepare_v2() introduced by checkin...
2007-01-12  drhFix a bug in lemon. The code in which the error appear...
2007-01-10  drhMake the AreFileApisANSI() call a macro with a value...
2007-01-10  drhMore homepage typo fixes. (CVS 3589)
2007-01-10  drhFix a typo on the homepage. (CVS 3588)
2007-01-10  drhVersion 3.3.10 (CVS 3587)
2007-01-10  drhCorrections to the documentation on sqlite3_exec()...
2007-01-10  drhCorrections to the documentation for sqlite3_busy_handl...
2007-01-09  drhDocumentation updates prior to version 3.3.10. Among...
2007-01-09  drhFix the windows OS layer so that it returns detailed...
2007-01-09  drhWork around win2k problems so that single-character...
2007-01-09  drhDocumentation and tests to show that the cause of a...
2007-01-09  drhUpdates tests and documentation to justify the behavior...
2007-01-09  drhDo not use the symbol "interrupt" since that is a reser...
2007-01-09  drhWhen an automatic re-prepare occurs, take care not...
2007-01-08  drhAdditional tests of sqlite3_prepare_v2. (CVS 3577)
2007-01-08  drhFix a critical bug in sqlite3_prepare_v2 that can lead...
2007-01-08  drhFix another round-off problem in strftime(). Ticket...
2007-01-08  drhUpdates to the sqlite3 command-line shell documentation...
2007-01-08  drhAdd the $(BEXE) suffix to every mention of "lemon"...
2007-01-08  drhFix a round-off error in the %W and %j conversions...
2007-01-06  drhAnother typo fixed in changes.html (CVS 3569)
2007-01-06  drhFix the makefile to correctly install sqlite3ext.h...
2007-01-06  drhFix typo in changes.html. (CVS 3567)
2007-01-05  drhClear a compiler warning when compiling with -DSQLITE_O...
2007-01-05  drhRemove redundant variable. (CVS 3565)
2007-01-05  drhSuppress compiler warnings. Fix a bug in IO error...
2007-01-05  drhIn the btree.c, when releasing the page1 lock, first...
2007-01-05  drhGet threadtest2.c working again after being long neglec...
2007-01-05  drhFix a test case that changed due to (3560). Ticket...
2007-01-04  drhFix the user_version and schema_version pragmas so...
2007-01-04  drhFix the trigger4 test so that it runs on windows. ...
2007-01-04  drhPut a missing double-quote into the changes.html page...
2007-01-04  drhVersion 3.3.9 (CVS 3557)
2007-01-04  drhIncrease the version number to 3.3.9. Documentation...
2007-01-04  drhDisable the alter2.test on utf16 since the results...
2007-01-04  drhFix a memory leak introduced by the latest changes...
2007-01-04  drhReactivate disabled "alter2" tests. (CVS 3553)
2007-01-04  drhFix for ticket #2141. (CVS 3552)
2007-01-04  drhAdd a comment to vdbe.c to explain the use of an uninit...
2007-01-03  drhClean up memory leaks and uninitialized variables detec...
2007-01-03  drhAdditional changes in the pager and os interface layers...
2007-01-03  drhMake sure that the database size cache in the pager...
2007-01-02  drhUpdate the vtab_err test to check for -DSQLITE_MEMDEBUG...
2006-12-22  pweilbacherOS/2 change: add safeguard to be able to use SQLite...
2006-12-21  drhDisable extension loading by default. At some point...
2006-12-21  drhMore fixes to the microsoft code-page nightmare......
2006-12-21  drhUse GetProcAddressA() on wince. Ticket #2123 (CVS...
2006-12-21  drhReduce the number of utf8->unicode conversions required...
2006-12-21  drhMove the shared-library loading routines into the OS...
2006-12-21  drhChange a parameter type from "int" to "DWORD" in the...
next