]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2005-03-23  drhFix typo in the formatchng.html document. (CVS 2417)
2005-03-21  drhVersion 3.2.0 (CVS 2415)
2005-03-21  drhDocumentation changes prior to the release of version...
2005-03-21  danielk1977Add function to recover from a malloc() failure. (CVS...
2005-03-21  danielk1977Assorted fixes to the handling of various malloc()...
2005-03-21  drhUpdate docs to say that the default_synchronous pragma...
2005-03-21  drhfix typo in CREATE VIEW documentation. Ticket #1135...
2005-03-21  drhFix an infinite loop in the code generator for INSERT...
2005-03-21  drhREADME file updated to suggest running "make install...
2005-03-21  drhAllow the character "T" between date and time in ISO...
2005-03-21  drhImproved support for cygwin. Ticket #1165. (CVS 2407)
2005-03-21  drhFix a formatting error in the syntax documentation...
2005-03-20  drhFix for ticket #1167 (CVS 2405)
2005-03-20  drhDo not attempt to read the journal file on windows...
2005-03-20  drhMore changes for ticket #1171 after additional analysis...
2005-03-20  drhTentative fix for ticket #1171. More research and...
2005-03-19  drhMore documentation updates. (CVS 2401)
2005-03-19  drhPreparations for the release of version 3.2.0. (CVS...
2005-03-19  drhFix typos in documentation. (CVS 2399)
2005-03-19  drhUpdates to comments and documentation. No changes...
2005-03-18  drhRemove unused code from util.c. Enhance the trace...
2005-03-17  drhFixed a typo in alter3.test. (CVS 2396)
2005-03-17  danielk1977Don't run the tests in alter3.test if SQLITE_OMIT_ALTER...
2005-03-17  danielk1977Update to keyword list for ALTER TABLE ... ADD COLUMN...
2005-03-17  danielk1977Add the ALTER TABLE ... ADD COLUMN command. (CVS 2393)
2005-03-17  drhVersion 3.1.6 (CVS 2392)
2005-03-17  drhStrengthen an assert() in vdbe.c. (CVS 2391)
2005-03-17  drhPreparing for the release of 3.1.6. (CVS 2390)
2005-03-17  drhFix a bug in the calculation of the table record header...
2005-03-16  danielk1977Fix some memory leaks that can occur if a memory alloca...
2005-03-15  drhWhen creating a new database, delete any preexisting...
2005-03-15  drhAllow the database name in a DETACH statement to be...
2005-03-14  drhBe more aggressive about using the busy handler. Ticke...
2005-03-12  drhFix typo in documentation. (CVS 2384)
2005-03-12  drhDocumentation updates. Added the "distinctive features...
2005-03-11  drhVersion 3.1.5 (CVS 2382)
2005-03-11  drhDisable GNU readline in the build of the command-line...
2005-03-11  drhUpdates to the homepage prior to 3.1.5. (CVS 2380)
2005-03-11  drhFix bugs discovered in 3.1.4. F_FULLFSYNC not F_FULLSY...
2005-03-11  drhVersion 3.1.4 (CVS 2378)
2005-03-11  drhFixes so that the FULLSYNC changes will build on window...
2005-03-11  drhIncrease the version number to 3.1.4. (CVS 2376)
2005-03-11  drhDocumentation updates for version 3.1.4. (CVS 2375)
2005-03-10  drhAnother case of returning SQLITE_CORRUPT when a corrupt...
2005-03-10  drhFix a problem with crashtest caused by the F_FULLSYNC...
2005-03-10  drhDisable F_FULLSYNC if the sychronous pragma is not...
2005-03-10  drhDisable the use of ./crashtest in builds that include...
2005-03-10  drhDisable the alter2 tests if there is a codec compiled...
2005-03-10  drhFix a #ifdef in util.c. (CVS 2369)
2005-03-09  danielk1977Fix a file corruption bug in CREATE INDEX in auto-vacuu...
2005-03-09  danielk1977Support for a future ALTER TABLE command to add columns...
2005-03-02  drhPrint an error message and quit if the regression tests...
2005-03-02  drhFix the header comment on experimental.c. (CVS 2365)
2005-02-28  drhVersion 3.1.3.1 (not an official release) (CVS 2364)
2005-02-28  drhBump the version number to 3.1.3.1. (CVS 2363)
2005-02-26  drhAdd the SQLITE_OMIT_FLAG_PRAGMAS compile-time option...
2005-02-26  drhFix an assertion fault that can occur while autovacuumi...
2005-02-24  drhRevised man page from Bill Bumgarner. (CVS 2360)
2005-02-23  drhRemove strcasecmp from shell.c. Tickets #1108, #1122...
2005-02-23  drhThe script that cross-compiles the windows DLLs now...
2005-02-22  danielk1977Fix bug reported on the mailing list for WHERE clauses...
2005-02-20  drhVersion 3.1.3 (CVS 2356)
2005-02-19  drhPrepare for the release of 3.1.3. (CVS 2355)
2005-02-19  drhRework parts of the pragma documentation. Ticket ...
2005-02-19  drhAdd documentation on the EXISTS expression. Ticket...
2005-02-19  drhRemove duplicate word from documentation. Ticket ...
2005-02-19  danielk1977Support for a future file format that includes 'short...
2005-02-18  danielk1977Fix typos in documentation for pragma short_column_name...
2005-02-17  drhCompile-time option to limit the size of AUTOINCREMENT...
2005-02-16  danielk1977Clarify that columns are indexed from 0 when using...
2005-02-16  drhChange to configure.ac contributed by a reader. (CVS...
2005-02-16  drhPatch the command-line error message printing for lemon...
2005-02-16  drhGet vacuum working on database that used to have autoin...
2005-02-15  drhMove the special built-in SQL functions used by ALTER...
2005-02-15  drhSplit the logic for the ALTER TABLE command off into...
2005-02-15  drhBtree checks the autovacuum flag after locking the...
2005-02-15  drhAppend the version number to the directory name in...
2005-02-15  drhFix a hyperlink bug on the homepage. (CVS 2338)
2005-02-15  drhVersion 3.1.2 (CVS 2337)
2005-02-15  drhUpdates to the script that generates the download page...
2005-02-15  drhUpdate the change log. (CVS 2334)
2005-02-15  drhUpdate the homepage prior to releases 2.8.16 and 3...
2005-02-15  danielk1977Ensure a database file is not truncated without an...
2005-02-15  danielk1977Check that read-only pages are not being modified ...
2005-02-14  drhMake sure that when a CREATE INDEX fails, it does not...
2005-02-14  danielk1977Tighten up the CREATE INDEX syntax accepted by the...
2005-02-13  drhUpdate the version number in preparation for the releas...
2005-02-12  danielk1977Fix a problem with sub-queries and the flattening optim...
2005-02-12  drhFix a problem with VACUUM that can lead to database...
2005-02-09  danielk1977Return SQLITE_BUSY if the database is locked reading...
2005-02-09  danielk1977Add experimental collation_list pragma. (CVS 2321)
2005-02-09  danielk1977Document SQLITE_DEFAULT_CACHE_SIZE and SQLITE_DEFAULT_T...
2005-02-08  danielk1977Fix a buggy interaction between "INSERT ... SELECT...
2005-02-08  danielk1977Fix for correlated subqueries where the parent is an...
2005-02-06  drhAdd the (highly experimental) omit_readlock pragma...
2005-02-05  danielk1977Allow expressions (including variables) in LIMIT and...
2005-02-05  danielk1977Add a numeric version number. Ticket #1097. (CVS 2315)
2005-02-05  danielk1977Detect database corruption in rootpage flags (see also...
2005-02-04  drhDetect and report a subtle case of database file corrup...
2005-02-04  danielk1977Remove code for SQL cursors. (CVS 2312)
next