]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2002-06-25  drhFix a spelling error in the change log. (CVS 644)
2002-06-25  drhBug fix: When the database file grows in size during...
2002-06-25  drhEnhance the INTEGRITY_CHECK pragma to test the auxiliar...
2002-06-25  drhVersion 2.5.2 (CVS 641)
2002-06-25  drhAdded support for the "sqlite_temp_master" table. ...
2002-06-24  drhPartial fix for a problem with LEFT OUTER JOIN. It...
2002-06-24  drhFix a VDBE stack leak in LEFT OUTER JOIN. Fix a bug...
2002-06-22  drhAn optimization: avoid the use of an intermediate table...
2002-06-21  drhFix for bugs #77 and #80: Rework the LIMIT mechanism...
2002-06-21  drhFix for ticket #76: Fix a database corruption that...
2002-06-21  drhFix for ticket #78: Avoid an assertion failure when...
2002-06-20  drhUpdate the file-format change document to describes...
2002-06-20  drhThis patch contains the beginnings of the data-typing...
2002-06-20  drhFix for ticket #73: The ORDER BY clause is significant...
2002-06-19  drhFix for ticket #75: Autoincrement INTEGER PRIMARY KEY...
2002-06-19  drhVersion 2.5.1 (CVS 629)
2002-06-19  drhThe query optimizer now attempts to satisfy an ORDER...
2002-06-17  drhVersion 2.5.0 (CVS 627)
2002-06-17  drhUpdate the change summary for version 2.5.0 (CVS 626)
2002-06-17  drhAdd preliminary logic for the eventual move to having...
2002-06-16  drhExpose an additional internal API routine (sqliteInitCa...
2002-06-16  chwAdded explanation and examples for %Q format specifier...
2002-06-16  chwAdded printf-4.(2-4) test cases to test new %Q format...
2002-06-16  chwAdded %Q format specifier: like %q but automatic enclos...
2002-06-16  chwChanged sqlite_mprintf_str to allow a NULL string param...
2002-06-14  drhMake the LIMIT clause work even if the destination...
2002-06-14  drhImprovements to comments. No code changes. (CVS 618)
2002-06-14  drhFix for bug #72: Make sure the file descriptors are...
2002-06-12  drhFix for bug #70: Correct a typo in the documentation...
2002-06-11  danielk1977Documentation that should have been checked in along...
2002-06-11  danielk1977Add RAISE() function, which allows more advanced flow...
2002-06-09  drhFix the spelling of sqliteRegisterBuiltinFunctions...
2002-06-09  drhAdded tests for the new IN operator optimizer and fixed...
2002-06-09  drhFix for ticket #65: If an integer value is too big...
2002-06-08  drhAdd optimizations for the IN operator in WHERE clauses...
2002-06-06  drhBug fix: do not segfault if a SELECT without a FROM...
2002-06-06  drhFix for ticket #59: Add documentation for the || operat...
2002-06-06  drhFix for ticket #62: Do not report an SQLITE_READONLY...
2002-06-06  drhAdditional grammar cleanup resulting from the %fallback...
2002-06-06  drhAdded the %fallback directive to the lemon parser gener...
2002-06-02  drhFix a compiler warning. (CVS 604)
2002-06-02  drhAdd the ability to parse FOREIGN KEYs. Foreign keys...
2002-06-02  drhEnhance the ORDER BY clause so that an integer term...
2002-06-01  drhMultiplying NULL by zero gives NULL, not zero. I misre...
2002-05-31  drhRefinements to NULL processing: NULLs are indistinct...
2002-05-30  drhOnce it is opened, leave the checkpoint journal file...
2002-05-30  drhBug fix: bad code was generated for when the first...
2002-05-29  drhBuilt-in aggregate functions (MIN, SUM, AVG, etc) shoul...
2002-05-29  drhRemove extra \ characters from temporary filenames...
2002-05-28  danielk1977Update trigger2.test to match checkin 591. Also fix...
2002-05-27  drhA SELECT statement inside the body of a TRIGGER uses...
2002-05-27  drhFix the "alias.*" bug found by Bernie Cosell and report...
2002-05-27  drhBug fixes and additional test cases for the distinct...
2002-05-26  danielk1977Require the INSTEAD OF syntax to create triggers on...
2002-05-26  drhChange functions to handle NULLs correctly. Added...
2002-05-26  drhNULL values are distinct. A comparison involving a...
2002-05-25  drhAdditional testing of LEFT OUTER JOIN. (CVS 588)
2002-05-24  drhInitial implementation of LEFT OUTER JOIN including...
2002-05-24  drhAdd support for the full SQL join syntax. This is...
2002-05-24  drhAdded tests for multi-column primary keys. (CVS 585)
2002-05-24  drhSplit the IdList structure into IdList and SrcList...
2002-05-23  drhChange the names of the PushList and PopList opcodes...
2002-05-23  drhFix for ticket #50. (CVS 582)
2002-05-23  drhPartial fix for ticket #49. The correct result is...
2002-05-23  drhFix some places where a malloc() failure would lead...
2002-05-23  drhDo not allow triggers on the SQLITE_MASTER table. ...
2002-05-22  drhFix for ticket #46: Report an error if a CREATE TABLE...
2002-05-21  drhFix for ticket #47: Use a cast to avoid a warning about...
2002-05-21  drhDouble-quoted strings resolve to column names if possib...
2002-05-21  drhClean up some compiler warnings. (CVS 575)
2002-05-21  drhModify the shell so that when it is doing a ".dump...
2002-05-21  drhFix for ticket #45: Allow an UPDATE statement to change...
2002-05-21  drhAdditional code cleanup resulting from a review of...
2002-05-19  danielk1977Style fixes to triggers code in various *.c files ...
2002-05-17  danielk1977Stylistic changes to src/trigger.c (partial fix to...
2002-05-16  danielk1977Fix for ticket #42: Added comments to structs Trigger...
2002-05-15  drhFix a typo in the c_interface.html documentation file...
2002-05-15  drhFix for ticket #41: Better handling of CREATE TRIGGER...
2002-05-15  drhBeginning to clean up the trigger code. Still lots...
2002-05-15  drhRemove all tabs from the beginning of source code lines...
2002-05-15  drhIn the "lang.html" documentation file, put the CREATE...
2002-05-15  danielk1977Add the Makefile.in that was forgotten with checkin...
2002-05-15  danielk1977Added FOR EACH ROW triggers functionality (CVS 562)
2002-05-10  drhVersion 2.4.12 (CVS 561)
2002-05-10  drhUpdate the misuse.test script so that it will work...
2002-05-10  drhImprovements to the SQLITE_MISUSE detection logic....
2002-05-10  drhAttempt to detect when two or more threads try to use...
2002-05-08  drhFix for ticket #35: Ignore any ORDER BY clause on a...
2002-05-08  drhFix for ticket #34: VIEWs ignore their ORDER BY clause...
2002-05-08  drhVersion 2.4.11 (CVS 555)
2002-05-08  drhIncrease the version number and update the change log...
2002-05-08  drhFix for tickets #32 and #33: Generate the names of...
2002-05-06  drhAdded documentation about the new CASE expression....
2002-05-06  drhFix typos in the man-page (sqlite.1) and remove two...
2002-05-03  drhVersion 2.4.10 (CVS 550)
2002-05-03  drhUpdate the change log prior to releasing version 2...
2002-04-30  drhFix for ticket #31: Do not attempt the flattening optim...
2002-04-26  drhFix for ticket #28: Export the "sqlite_changes" functio...
2002-04-25  drhUpdate the test logic and the comments on the encoder...
2002-04-25  drhAdded the "encode.c" source file that contains two...
next