]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2006-09-21  drhBe more aggressive with the SQLITE_OMIT_VACUUM macro...
2006-09-21  drhImplementation of the snippet() function for FTS1....
2006-09-18  adamdFixed a build problem in sqlite3_extension_init()....
2006-09-18  drhConvert all names to lower case before sending them...
2006-09-18  drhConvert all names to lower case before sending them...
2006-09-18  drhModify FTS1 so that the "magic" column has the same...
2006-09-16  drhAdd the sqlite3_overload_function() API - part of the...
2006-09-15  drhAdd documentation for the sqlite3_extended_result_codes...
2006-09-15  drhFix an initialization problem in FTS1. Ticket #1977...
2006-09-15  drhBug fix and better testing of the extended result codes...
2006-09-15  drhAdd support for extended result codes - additional...
2006-09-14  drhNew FTS1 test data based on enron emails. (CVS 3421)
2006-09-14  drhRemove file containing real email addresses. Ticket...
2006-09-14  adamdMinor build fixes. (CVS 3419)
2006-09-14  drhEnhanced I/O error simulation. (CVS 3418)
2006-09-14  drhThe FTS1 tables have a new automatic column named ...
2006-09-13  drhModify the ".dump" command in the command-line shell...
2006-09-13  drhRemove unused malloc failure test. (Ticket #1976)
2006-09-13  drhIn FTS1: Retain the Query structure as part of the...
2006-09-13  shessEarlier refactoring changed name in fts1.c but not...
2006-09-13  drhMinor code cleanup in FTS1. (CVS 3412)
2006-09-13  drhImplementation of "column:" modifiers in FTS1 queries...
2006-09-13  drhModule spec parser enhancements for FTS1. Now able...
2006-09-13  drhFix the FTS1 test cases and add new tests. Comments...
2006-09-13  adamdAllow virtual tables to contain multiple full-text...
2006-09-12  adamdAnswer queries for a particular rowid in a full-text...
2006-09-11  drhAdd support for IF EXISTS on CREATE/DROP TRIGGER/VIEW...
2006-09-11  shessRe-use deleted rowids for new segments. This has a...
2006-09-11  drhGet VACUUM working with virtual tables. (CVS 3404)
2006-09-11  drhAdd a rudimentary tokenizer and parser to FTS1 for...
2006-09-10  drhAdd pzErr parameters to the xConnect and xCreate method...
2006-09-10  drhAdd a new zErrMsg field to the sqlite3_vtab structure...
2006-09-10  drhAdd some simple test cases for the OR and NOT logic...
2006-09-09  drhAdd support for OR and NOT terms in fts1. (CVS 3399)
2006-09-08  shessWrite doclists using a segmented technique to amortize...
2006-09-08  drhAdd HAVE_GMTIME_R and HAVE_LOCALTIME_R flags and use...
2006-09-08  drhBug fix in date/time computations. Ticket #1964.
2006-09-08  drhImprovements to the documentation of the return codes...
2006-09-06  adamdInclude io.h on Windows to quell a build warning about...
2006-09-05  adamdA minor change to fts1.c to fix broken build. (CVS...
2006-09-04  drhFix a bug in the new misc6.test script. Fix error...
2006-09-04  drhMake sure strings returned by sqlite3_value_text()...
2006-09-02  drhFix bugs in test scripts so that fulltest will pass...
2006-09-02  drhChanges to the Makefile.in so that MinGW users can...
2006-09-02  drhAdd a TRACE macro to the FTS1 module for troubleshootin...
2006-09-02  drhDo not call the xDisconnect method on a virtual table...
2006-09-02  drhTest for busted TCL builds that do not support 64-bit...
2006-09-02  drhConvert static variables into constants in the FTS...
2006-09-02  drhAutomatically register the FTS module if it is compiled...
2006-09-02  drhConstruct the .def files before calling dllwrap to...
2006-09-02  adamdMiscellaneous restructuring and cleanup based on sugges...
2006-09-01  drhAutomatically compute the sqlite3.def and tclsqlite3...
2006-09-01  drhRemove use of the "clock" command in the test suite...
2006-09-01  shessMake fts1.c not rely on nul-terminated strings. Mostly...
2006-09-01  shessMake tokenizer not rely on nul-terminated text. Instea...
2006-08-31  drhRefactor the FTS1 module so that its name is "fts1...
2006-08-30  shessJust don't run tolower() on hi-bit characters. This...
2006-08-29  drhBug fix: Get INSERT INTO ... SELECT working when the...
2006-08-29  drhBug fix: Get INSERT INTO ... SELECT working when the...
2006-08-29  drhDocument the fact that SQLite allows NULL values in...
2006-08-29  drhImproved built-in help in the command-line shell. ...
2006-08-28  shessMake static some symbols which shouldn't have been...
2006-08-28  shessMake hi-bit characters delimiters. This is a stopgap...
2006-08-27  drhAdd sqlite3_malloc and sqlite3_realloc to the sqlite3...
2006-08-25  drhAdd support for INSERT INTO ... DEFAULT VALUES. Ticket...
2006-08-25  shessFix gcc gripe about parens in a ||/&& in mergePosList().
2006-08-24  drhDocumentation updates for the new SQLITE_FUNCTION autho...
2006-08-24  drhEnhance the sqlite3_set_authorizer() callback so that...
2006-08-24  drhTcl interface does filename translation prior to callin...
2006-08-23  adamdA first implementation of a full-text search module...
2006-08-23  drhAdd the new experimental sqlite3_auto_extension() API...
2006-08-22  shessAdd argc as a default global to match standard tcl...
2006-08-22  drhAdd the ext/fts1 subdirectory for holding the first...
2006-08-19  drhFix bug in documentation. Ticket #1927. (CVS 3359)
2006-08-19  drhFix for the (unsupported) soundex algorithm so that...
2006-08-19  drhImproved method for finding the home directory under...
2006-08-16  drhRemove obsolete clause in the documentation. Ticket...
2006-08-16  drhAllows UPDATE, INSERT, and DELETEs to occur while a...
2006-08-15  drhTighten an assert (ticket #1920). Change to "sqlite3...
2006-08-14  drhChange the table_info pragma to show the text of the...
2006-08-13  drhAdjust the Makefile.in so that there are no test errors...
2006-08-13  drhAdd vdbeaux.c to the list of files that must be compile...
2006-08-13  drhVtab2.test script works regardless of what TCL version...
2006-08-13  drhCompile in test code whenever -DSQLITE_TEST=1 is presen...
2006-08-12  drhVersion 3.3.7 (CVS 3348)
2006-08-12  drhDocumentation changes prior to the release of 3.3.7...
2006-08-12  drhFix a bug in out-of-memory processing introduced by...
2006-08-12  drhRequire whitespace or punctuation between a numeric...
2006-08-11  drhMake sure sufficient memory is allocated to hold the...
2006-08-08  drhFix an reference to an undefined variable introduced...
2006-08-08  drhRemove most static and global variables from a pure...
2006-07-30  drhReset the schema before checking for outstanding statem...
2006-07-28  adamdReport any error which occurs in closing the database...
2006-07-26  danielk1977Disallow writing to, creating or dropping virtual table...
2006-07-26  drhFix an overzealous assert() in the UTF-16 to UTF-8...
2006-07-26  drhAdd a test case to trigger an assertion fault when...
2006-07-26  drhMore work toward getting sqlite3_interrupt() to work...
2006-07-26  drhInitial attempt at making sqlite3_interrupt() work...
2006-07-25  danielk1977Allow database writes from within virtual table module...
2006-07-17  drhFix lemon so that it does not crash on a empty reduce...
next