]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2006-07-17  drhAdd the "interrupt" method to the TCL interface. Ticke...
2006-07-12  drhReset TCL results when onecolumn or eval methods have...
2006-07-11  drhBy default, new databases are now created in the legacy...
2006-07-11  drhPrevent memory leak and possible NULL pointer deference...
2006-07-11  drhFix a NULL pointer deference following malloc failure...
2006-07-11  drhFix a possible NULL-pointer deference following a mallo...
2006-07-10  drhBack out the changes of ticket #1687 since they broken...
2006-07-08  drhBetter comment to describe the confusing operand revers...
2006-07-08  drhFor infix functions (LIKE, GLOB, REGEXP, and MATCH...
2006-07-08  drhAdd tests and minor fixes to the xFindFunction method...
2006-07-08  drhAllow virtual table implementations to overload functio...
2006-07-06  drhMake the sqlite3_enable_load_extension() interface...
2006-07-06  drhChange sqlite3_busy_timeout so that it checks for an...
2006-07-02  drhFix spelling of Perl on the homepage. (CVS 3319)
2006-06-28  drhChanges to get tests to pass with OMIT_VIRTUALTABLE...
2006-06-27  drhBetter handling of NULL column names. (CVS 3317)
2006-06-27  drhMove the sqlite3_sleep() and sqlite3_clear_bindings...
2006-06-27  drhOff by 1 error in check-in (3314). Note that this...
2006-06-27  drhUse the -k option to sort. This allows the build to...
2006-06-27  drhWhen compiling extensions in the load_extension tests...
2006-06-27  danielk1977Prevent databases from being DETACHed while they are...
2006-06-27  drhThe ability to load extensions is turned off by default...
2006-06-27  drhChanges to build successfully with -DSQLITE_OMIT_LOAD_E...
2006-06-27  drhChanges so that it will build with SQLITE_OMIT_VIRTUALT...
2006-06-27  drhAll tests pass even if compiled with -DSQLITE_DEFAULT_F...
2006-06-27  danielk1977Fix up the test tclvar virtual module. (CVS 3307)
2006-06-27  drhAdditional documentation on the 3.3.0 file format chang...
2006-06-27  danielk1977Fix bug in transfer of arguments from WHERE clause...
2006-06-27  drhMove older news items
2006-06-27  danielk1977In test code, always use sqlite3_free() instead of...
2006-06-27  drhMake sure that MATCH terms that a virtual table says...
2006-06-27  drhCleanup and refactor parts of the optimizer. (CVS 3301)
2006-06-27  drhCache and reuse virtual table index information in...
2006-06-27  drhExport the sqlite3_bind_value API to loadable extension...
2006-06-26  drhPublish APIs sqlite3_malloc() and sqlite3_realloc(...
2006-06-26  drhRemove the sqlite3_module.zName field which was used...
2006-06-26  drhFix a file descriptor leak following malloc failure...
2006-06-26  danielk1977Fix trivial compiler warnings. (CVS 3295)
2006-06-26  drhSyntax documentation updates. (CVS 3294)
2006-06-24  pweilbacher(OS/2) Armor OS/2 against accidental deletion of files...
2006-06-24  danielk1977A few more test cases to improve coverage of virtual...
2006-06-24  danielk1977Add tests to improve coverage of vtab.c. (CVS 3291)
2006-06-24  danielk1977Ensure whitespace specified as part of a virtual table...
2006-06-24  danielk1977Clean up and clarify code in test8.c. (CVS 3289)
2006-06-23  danielk1977Modify the test cases in tkt1444.test that were failing...
2006-06-23  danielk1977Allow xDestroy methods to execute "DROP TABLE" statemen...
2006-06-23  danielk1977Fix some memory leaks that occur when malloc() fails...
next