]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2006-10-01  drhAdd a Porter stemmer option to the FTS1 module. (CVS...
2006-09-29  drhMake sure memory does not leak when patching up column...
2006-09-28  drhFix a bug in the handling of the OR operator in FTS1...
2006-09-28  drhMore snippet generator improvements and test cases...
2006-09-28  drhBug fix in the FTS1 snippet generator. Improvements...
2006-09-28  drhAvoid segfaults when inserted NULL values into FTS1...
2006-09-26  drhFix to the previous check-in. (CVS 3446)
2006-09-26  drhPerformance improvement and bug fix in sqlite3WinDelete...
2006-09-25  drhCVS malfunctioned on the previous check-in. Make sure...
2006-09-25  drhFix a roundoff error in the %f converter of strftime...
2006-09-25  drhAdd a pragma for activating proprietary extensions...
2006-09-25  drhFix a round-off problem in the %f conversion of strftim...
2006-09-25  drhBug fix in pragma table_info(). (CVS 3440)
2006-09-25  drhRemove legacy cruft from shell.c. (CVS 3439)
2006-09-23  drhFix a bug in the handling of I/O errors introduced...
2006-09-23  drhFix documentation typo. Ticket #1986 (CVS 3437)
2006-09-23  drhBe sure to ignore PRAGMA encoding pragmas if the encodi...
2006-09-22  shessFix a build problem around sqlite3_overload_function...
2006-09-22  adamdImplemented UPDATE for full-text tables.
2006-09-21  adamdWhen gathering a doclist for querying, don't discard...
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...
next