]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2002-03-23  drhVersion 2.4.3 (CVS 440)
2002-03-23  drhThe sqlite_get_table() function now returns an error...
2002-03-23  drhFix a bug in subquery generation when the subquery...
2002-03-20  drhVersion 2.4.2 (CVS 441)
2002-03-20  drhOne more change before 2.4.2: Make the os.h header...
2002-03-19  drhVersion 2.4.2 (CVS 433)
2002-03-18  drhFix an uninitialized variable in AggReset() (CVS 432)
2002-03-14  drhBug fix: allow ROWID as a column in SELECT statements...
2002-03-13  drhVersion 2.4.1 (CVS 442)
2002-03-13  drhVersion 2.4.1 (CVS 430)
2002-03-13  drhFix bug in anonymous subquery in a join. Parser requir...
2002-03-12  drhFix the return type of the xStep function in the FuncDe...
2002-03-11  drhChange the way that lemon handles %extra_argument....
2002-03-11  drhVersion 2.4.0 (CVS 443)
2002-03-11  drhPreparing for the 2.4.0 release. (CVS 426)
2002-03-10  drhBug fix: updates within a transaction would fail if...
2002-03-08  drhAdded prototypes to sqlite.h for sqlite_freemem(),...
2002-03-07  drhFix a bug in the sorting of compound selects. (CVS...
2002-03-06  drhBeta 2 (CVS 422)
2002-03-06  drhAdded the default_cache_size and default_synchronous...
2002-03-06  drhOptimizations to the processing of integer comparisons...
2002-03-05  drhChange the pager locking mechanism so that we don't...
2002-03-05  drhAdd the ability to turn of calls to fsync() using the...
2002-03-04  drhUpdates to the documentation. Changed version number...
2002-03-03  drhMore bugs fixed for views. (CVS 416)
2002-03-03  drhVIEWs are bound to tables when they are used, not when...
2002-03-03  drhFix a memory leak in expression processing. (CVS 414)
2002-03-03  drhAdditional tests of flattening (CVS 413)
2002-03-03  drhSuppress superfluous OP_OpenTemps when flattening subqu...
2002-03-03  drhBug fixes and additional tests for the subquery flatten...
2002-03-02  drhPager optimization: do not write or journal free pages...
2002-03-02  drhChange the btree node balancers to sort nodes into...
2002-03-02  drhSubquery flattening is implemented and passes all regre...
2002-02-28  drhBug fix when -DMEMORY_DEBUG is off. (CVS 407)
2002-02-28  drhFix bugs in substr() for UTF-8. (CVS 406)
2002-02-28  drhRemove unused opcodes from the VDBE and fix a bug in...
2002-02-28  drhChange the IFNULL and NVL functions to COALESCE. Chang...
2002-02-28  drhThe new function code passes regression tests. (CVS...
2002-02-28  drhFix the coredump. There are still problems in the...
2002-02-28  drhAdded IFNULL and NVL functions. (CVS 401)
2002-02-28  drhCompletely remove the old SQL function system and repla...
2002-02-27  drhTry to reduce the number of malloc() for user-defined...
2002-02-27  drhRevise the API for user-defined functions. (CVS 398)
2002-02-27  drhThe user-defined function routines failed to detect...
2002-02-27  drhBug fixes in the VIEW implementation. (CVS 396)
2002-02-26  drhComment changes only. (CVS 395)
2002-02-26  drhFix a bug in the quoting of .dump output. By Rajit...
2002-02-24  drhAdded a "stddev()" aggregate function for testing the...
2002-02-24  drhCode for user-defined aggregates added. Legacy tests...
2002-02-24  drhMove the build-in function definitions into a new sourc...
2002-02-23  drhAdded support for user-defined normal functions. Suppo...
next