]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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)
2006-06-14  drhFix a C++-ism in lempar.c. Ticket #1848. (CVS 3244)
2006-06-14  danielk1977Add the opcode OP_VUpdate and replace the xInsert/xDele...
2006-06-14  danielk1977Add the opcode OP_VUpdate and replace the xInsert/xDele...
2006-06-14  danielk1977Add code to test8.c to check that the correct idxNum...
2006-06-14  danielk1977Fix typo in test8.c. (CVS 3240)
2006-06-14  danielk1977Add some tests for sqlite3_load_extension(). (CVS 3239)
2006-06-14  danielk1977Add tests for the new MATCH operator. (CVS 3238)
2006-06-14  danielk1977Add a test case for ORDER BY using the echo module...
2006-06-14  danielk1977Change the pModule parameter of the xCreate and xConnec...
2006-06-14  danielk1977Add tests for error conditions surrounding the creation...
2006-06-13  drhThe echo module test is now running. Added the tclvar...
2006-06-13  drhThe (unsupported) soundex() function returns '?000...
2006-06-13  drhThe optimizer recognizes MATCH operators and allows...
2006-06-13  drhAdd support for the MATCH operator. (CVS 3231)
2006-06-13  drhGet the code to compile with -DSQLITE_OMIT_VIRTUALTABLE...
2006-06-13  drhImproved comments and documentation of sqlite3_load_ext...
2006-06-13  danielk1977Add the tentative sqlite3_allocate_queryplan() API...
2006-06-13  danielk1977Add simple tests for the xFilter and xBestIndex methods...
2006-06-13  drhLemon correctly recognizes an empty grammar and errors...
2006-06-13  drhFree error message string in the quick start example...
2006-06-13  drhMinor changes to lempar.c to reduce warnings on some...
2006-06-13  danielk1977Add implementations for opcodes required for linear...
2006-06-13  danielk1977Bugfixes: Fix a segfault introduced as part of the...
2006-06-13  danielk1977Bugfixes: Fix a segfault introduced as part of the...
2006-06-13  drhProgress toward getting the virtual-table code generato...
2006-06-12  drhAdded code to iterate through virtual tables. All...
2006-06-12  danielk1977Add code to invoke the xDestroy method of a virtual...
next