]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2006-06-23  danielk1977Add tests and fixes for handling malloc() failures...
2006-06-22  danielk1977Test the handling of errors in virtual table methods...
2006-06-21  drhMake the last_insert_rowid method in the TCL interface...
2006-06-21  danielk1977Add the database name to the parameters passed to virtu...
2006-06-21  danielk1977Add the table name to the arguments passed to the virtu...
2006-06-21  danielk1977Add tests to make sure altering or adding an index...
2006-06-21  danielk1977Test cases for accessing virtual tables when the corres...
2006-06-21  danielk1977Fix a problem with virtual tables and joins. (CVS 3278)
2006-06-20  danielk1977Fix some problems with virtual tables and joins in...
2006-06-20  danielk1977Modifications so that compilation and testing with...
2006-06-20  drhUpdate the news column on the homepage. (CVS 3275)
2006-06-19  danielk1977Avoid returning MISUSE when sqlite is called recursivel...
2006-06-19  danielk1977Add tests to ensure triggers cannot be created on virtu...
2006-06-19  danielk1977Respect default collation sequences assigned to virtual...
2006-06-19  danielk1977Fix memory leak in where.c. (CVS 3271)
2006-06-19  danielk1977Add tests to ensure an INSERT/UPDATE/DELETE immediately...
2006-06-17  drhAdd the load_extension() SQL function. (CVS 3269)
2006-06-17  drhThe default entry point for loadable extensions is now
2006-06-17  danielk1977Add newly created virtual tables to the current transac...
2006-06-17  drhClear a compiler warning by adding a prototype to sqlit...
2006-06-17  danielk1977Add tests (and fixes) for the virtual table transaction...
2006-06-17  danielk1977When updating a view, invoke the authorization callback...
2006-06-17  danielk1977Fixes for UPDATE statements on virtual tables. (CVS...
2006-06-16  drhRework the way UPDATE works for virtual tables. (CVS...
2006-06-16  danielk1977Add code to invoke the virtual table transaction interf...
2006-06-16  danielk1977Add some tests (and fixes) for virtual tables and the...
2006-06-16  danielk1977Arrange for sqlite3_last_insert_rowid() to work with...
2006-06-15  danielk1977Fix type in test_schema.c. (CVS 3258)
2006-06-15  danielk1977Add test_schema.c, containing a module for viewing...
2006-06-15  danielk1977Add column_value, declare_vtab and create_module to...
2006-06-15  drhWrite database pages in sorted order to reduce file...
2006-06-15  drhAsserts added that verify that the code works correctly
2006-06-15  danielk1977Add tests (and modify test code) for writing to virtual...
2006-06-15  danielk1977Simple tests and fixes for writing to virtual tables...
2006-06-15  danielk1977Add void* argument to sqlite3_create_module to replace...
2006-06-14  drhChanges to test8.c to support UPDATE operations on...
2006-06-14  drhBug fixes in the MATCH and ORDER BY processing of virtu...
2006-06-14  drhAdded code to INSERT, DELETE and UPDATE virtual tables...
2006-06-14  drhBetter documentation on the limits of user-defined...
2006-06-14  danielk1977Add xUpdate method to the echo test module. Currently...
2006-06-14  danielk1977Fix segfault introduced in (3243). (CVS 3245)
next