]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2002-04-25  drhFix for ticket #26: Document the fact that CREATE TABLE...
2002-04-23  drhFix for ticket #22: In the code generator for compound...
2002-04-22  drhVersion 2.4.9 (CVS 542)
2002-04-22  drhUpdate the version number and changes log for 2.4.9...
2002-04-21  drhFix for ticket #21 (I think): Do not return an "out...
2002-04-20  drhVersion 2.4.8 (CVS 538)
2002-04-20  drhUpdate the change log for the 2.4.8 release. (CVS 539)
2002-04-20  drhFix for ticket #1: Implement the GLOB and LIKE operator...
2002-04-19  drhAdd support for saving the sqlite shell command-line...
2002-04-19  persicomAdded rights release for Matthew O. Persico (CVS 535)
2002-04-18  drhChange shell.c so that it will compile under windows...
2002-04-18  persicomUpdated to match new shell.c functionality. (CVS 533)
2002-04-18  persicomMistake in help text. Spurious trailing whitespace...
2002-04-18  persicomGeneral:
2002-04-18  drhFix for ticket #19: Do not call sqliteOsSync() if the...
2002-04-13  drhWhen doing a ".dump" command in the command-line shell...
2002-04-12  drhVersion 2.4.7 (CVS 528)
2002-04-12  drhAdd tests to prevent a recurrance of bug #16. Also...
2002-04-12  drhFix for bug #15: Add the sqlite_changes() API function...
2002-04-12  drhFix for bug #16: Check for invalid functions in the...
2002-04-09  drhFix for bug #11: Output the correct row count when...
2002-04-09  drhFix for bug #10: Pop the stack by the right amount...
2002-04-08  drhAdd a -column option to the sqlite command-line utility.
2002-04-06  drhAdded the last_insert_rowid() SQL function. (CVS 521)
2002-04-06  drhMake the FROM clause on a SELECT optional. If omitted...
2002-04-04  drhAdd an fflush() call to shell.c to insure that all...
2002-04-04  drhFix for bug #2: Add support for TABLE.* in SELECT state...
2002-04-03  drhAdded a hyperlink to the SQLite-PHP project. (CVS 517)
2002-04-02  drhVersion 2.4.6 (CVS 516)
2002-04-02  drhFix for bug #8: Correctly handle terms of a WHERE claus...
2002-04-02  drhVersion 2.4.5 (CVS 514)
2002-04-02  drhFix for bug #6: Correctly handle functions in the WHERE...
2002-04-02  drhFix for bug #7: Correctly display the P3 operand in...
2002-04-01  drhRemove from the index page of the website hyperlinks...
2002-03-31  drhWhen an attempt is made to insert an explicit NULL...
2002-03-30  drhVersion 2.4.4 (CVS 509)
2002-03-30  drhUpdate the change log to include the previous commit...
2002-03-30  drhFix for bug #3: Allow VIEW as a column name. Also...
2002-03-30  drhDescribe the difference between the binary RPMs in...
2002-03-29  drhCombine the homerpm.sh file in with publish.sh. Update...
2002-03-29  doughenryadded a section to create a spec file and build the...
2002-03-29  doughenrythese files are needed by publish.sh to build rpms...
2002-03-28  drhTwo typos fixed in the documentation (lang.html). ...
2002-03-27  drhUpdate the documentation to refer the reader to the...
2002-03-26  drhUpdate the change log. (CVS 438)
2002-03-24  drhAdded support for CASE expressions - patches from Dan...
next