2006-08-11 |
drh | Make sure sufficient memory is allocated to hold the... |
commit | commitdiff | tree |
2006-08-08 |
drh | Fix an reference to an undefined variable introduced... |
commit | commitdiff | tree |
2006-08-08 |
drh | Remove most static and global variables from a pure... |
commit | commitdiff | tree |
2006-07-30 |
drh | Reset the schema before checking for outstanding statem... |
commit | commitdiff | tree |
2006-07-28 |
adamd | Report any error which occurs in closing the database... |
commit | commitdiff | tree |
2006-07-26 |
danielk1977 | Disallow writing to, creating or dropping virtual table... |
commit | commitdiff | tree |
2006-07-26 |
drh | Fix an overzealous assert() in the UTF-16 to UTF-8... |
commit | commitdiff | tree |
2006-07-26 |
drh | Add a test case to trigger an assertion fault when... |
commit | commitdiff | tree |
2006-07-26 |
drh | More work toward getting sqlite3_interrupt() to work... |
commit | commitdiff | tree |
2006-07-26 |
drh | Initial attempt at making sqlite3_interrupt() work... |
commit | commitdiff | tree |
2006-07-25 |
danielk1977 | Allow database writes from within virtual table module... |
commit | commitdiff | tree |
2006-07-17 |
drh | Fix lemon so that it does not crash on a empty reduce... |
commit | commitdiff | tree |
2006-07-17 |
drh | Add the "interrupt" method to the TCL interface. Ticke... |
commit | commitdiff | tree |
2006-07-12 |
drh | Reset TCL results when onecolumn or eval methods have... |
commit | commitdiff | tree |
2006-07-11 |
drh | By default, new databases are now created in the legacy... |
commit | commitdiff | tree |
2006-07-11 |
drh | Prevent memory leak and possible NULL pointer deference... |
commit | commitdiff | tree |
2006-07-11 |
drh | Fix a NULL pointer deference following malloc failure... |
commit | commitdiff | tree |
2006-07-11 |
drh | Fix a possible NULL-pointer deference following a mallo... |
commit | commitdiff | tree |
2006-07-10 |
drh | Back out the changes of ticket #1687 since they broken... |
commit | commitdiff | tree |
2006-07-08 |
drh | Better comment to describe the confusing operand revers... |
commit | commitdiff | tree |
2006-07-08 |
drh | For infix functions (LIKE, GLOB, REGEXP, and MATCH... |
commit | commitdiff | tree |
2006-07-08 |
drh | Add tests and minor fixes to the xFindFunction method... |
commit | commitdiff | tree |
2006-07-08 |
drh | Allow virtual table implementations to overload functio... |
commit | commitdiff | tree |
2006-07-06 |
drh | Make the sqlite3_enable_load_extension() interface... |
commit | commitdiff | tree |
2006-07-06 |
drh | Change sqlite3_busy_timeout so that it checks for an... |
commit | commitdiff | tree |
2006-07-02 |
drh | Fix spelling of Perl on the homepage. (CVS 3319) |
commit | commitdiff | tree |
2006-06-28 |
drh | Changes to get tests to pass with OMIT_VIRTUALTABLE... |
commit | commitdiff | tree |
2006-06-27 |
drh | Better handling of NULL column names. (CVS 3317) |
commit | commitdiff | tree |
2006-06-27 |
drh | Move the sqlite3_sleep() and sqlite3_clear_bindings... |
commit | commitdiff | tree |
2006-06-27 |
drh | Off by 1 error in check-in (3314). Note that this... |
commit | commitdiff | tree |
2006-06-27 |
drh | Use the -k option to sort. This allows the build to... |
commit | commitdiff | tree |
2006-06-27 |
drh | When compiling extensions in the load_extension tests... |
commit | commitdiff | tree |
2006-06-27 |
danielk1977 | Prevent databases from being DETACHed while they are... |
commit | commitdiff | tree |
2006-06-27 |
drh | The ability to load extensions is turned off by default... |
commit | commitdiff | tree |
2006-06-27 |
drh | Changes to build successfully with -DSQLITE_OMIT_LOAD_E... |
commit | commitdiff | tree |
2006-06-27 |
drh | Changes so that it will build with SQLITE_OMIT_VIRTUALT... |
commit | commitdiff | tree |
2006-06-27 |
drh | All tests pass even if compiled with -DSQLITE_DEFAULT_F... |
commit | commitdiff | tree |
2006-06-27 |
danielk1977 | Fix up the test tclvar virtual module. (CVS 3307) |
commit | commitdiff | tree |
2006-06-27 |
drh | Additional documentation on the 3.3.0 file format chang... |
commit | commitdiff | tree |
2006-06-27 |
danielk1977 | Fix bug in transfer of arguments from WHERE clause... |
commit | commitdiff | tree |
2006-06-27 |
drh | Move older news items |
commit | commitdiff | tree |
2006-06-27 |
danielk1977 | In test code, always use sqlite3_free() instead of... |
commit | commitdiff | tree |
2006-06-27 |
drh | Make sure that MATCH terms that a virtual table says... |
commit | commitdiff | tree |
2006-06-27 |
drh | Cleanup and refactor parts of the optimizer. (CVS 3301) |
commit | commitdiff | tree |
2006-06-27 |
drh | Cache and reuse virtual table index information in... |
commit | commitdiff | tree |
2006-06-27 |
drh | Export the sqlite3_bind_value API to loadable extension... |
commit | commitdiff | tree |
2006-06-26 |
drh | Publish APIs sqlite3_malloc() and sqlite3_realloc(... |
commit | commitdiff | tree |
2006-06-26 |
drh | Remove the sqlite3_module.zName field which was used... |
commit | commitdiff | tree |
2006-06-26 |
drh | Fix a file descriptor leak following malloc failure... |
commit | commitdiff | tree |
2006-06-26 |
danielk1977 | Fix trivial compiler warnings. (CVS 3295) |
commit | commitdiff | tree |
2006-06-26 |
drh | Syntax documentation updates. (CVS 3294) |
commit | commitdiff | tree |
2006-06-24 |
pweilbacher | (OS/2) Armor OS/2 against accidental deletion of files... |
commit | commitdiff | tree |
2006-06-24 |
danielk1977 | A few more test cases to improve coverage of virtual... |
commit | commitdiff | tree |
2006-06-24 |
danielk1977 | Add tests to improve coverage of vtab.c. (CVS 3291) |
commit | commitdiff | tree |
2006-06-24 |
danielk1977 | Ensure whitespace specified as part of a virtual table... |
commit | commitdiff | tree |
2006-06-24 |
danielk1977 | Clean up and clarify code in test8.c. (CVS 3289) |
commit | commitdiff | tree |
2006-06-23 |
danielk1977 | Modify the test cases in tkt1444.test that were failing... |
commit | commitdiff | tree |
2006-06-23 |
danielk1977 | Allow xDestroy methods to execute "DROP TABLE" statemen... |
commit | commitdiff | tree |
2006-06-23 |
danielk1977 | Fix some memory leaks that occur when malloc() fails... |
commit | commitdiff | tree |
2006-06-23 |
danielk1977 | Add tests and fixes for handling malloc() failures... |
commit | commitdiff | tree |
2006-06-22 |
danielk1977 | Test the handling of errors in virtual table methods... |
commit | commitdiff | tree |
2006-06-21 |
drh | Make the last_insert_rowid method in the TCL interface... |
commit | commitdiff | tree |
2006-06-21 |
danielk1977 | Add the database name to the parameters passed to virtu... |
commit | commitdiff | tree |
2006-06-21 |
danielk1977 | Add the table name to the arguments passed to the virtu... |
commit | commitdiff | tree |
2006-06-21 |
danielk1977 | Add tests to make sure altering or adding an index... |
commit | commitdiff | tree |
2006-06-21 |
danielk1977 | Test cases for accessing virtual tables when the corres... |
commit | commitdiff | tree |
2006-06-21 |
danielk1977 | Fix a problem with virtual tables and joins. (CVS 3278) |
commit | commitdiff | tree |
2006-06-20 |
danielk1977 | Fix some problems with virtual tables and joins in... |
commit | commitdiff | tree |
2006-06-20 |
danielk1977 | Modifications so that compilation and testing with... |
commit | commitdiff | tree |
2006-06-20 |
drh | Update the news column on the homepage. (CVS 3275) |
commit | commitdiff | tree |
2006-06-19 |
danielk1977 | Avoid returning MISUSE when sqlite is called recursivel... |
commit | commitdiff | tree |
2006-06-19 |
danielk1977 | Add tests to ensure triggers cannot be created on virtu... |
commit | commitdiff | tree |
2006-06-19 |
danielk1977 | Respect default collation sequences assigned to virtual... |
commit | commitdiff | tree |
2006-06-19 |
danielk1977 | Fix memory leak in where.c. (CVS 3271) |
commit | commitdiff | tree |
2006-06-19 |
danielk1977 | Add tests to ensure an INSERT/UPDATE/DELETE immediately... |
commit | commitdiff | tree |
2006-06-17 |
drh | Add the load_extension() SQL function. (CVS 3269) |
commit | commitdiff | tree |
2006-06-17 |
drh | The default entry point for loadable extensions is now |
commit | commitdiff | tree |
2006-06-17 |
danielk1977 | Add newly created virtual tables to the current transac... |
commit | commitdiff | tree |
2006-06-17 |
drh | Clear a compiler warning by adding a prototype to sqlit... |
commit | commitdiff | tree |
2006-06-17 |
danielk1977 | Add tests (and fixes) for the virtual table transaction... |
commit | commitdiff | tree |
2006-06-17 |
danielk1977 | When updating a view, invoke the authorization callback... |
commit | commitdiff | tree |
2006-06-17 |
danielk1977 | Fixes for UPDATE statements on virtual tables. (CVS... |
commit | commitdiff | tree |
2006-06-16 |
drh | Rework the way UPDATE works for virtual tables. (CVS... |
commit | commitdiff | tree |
2006-06-16 |
danielk1977 | Add code to invoke the virtual table transaction interf... |
commit | commitdiff | tree |
2006-06-16 |
danielk1977 | Add some tests (and fixes) for virtual tables and the... |
commit | commitdiff | tree |
2006-06-16 |
danielk1977 | Arrange for sqlite3_last_insert_rowid() to work with... |
commit | commitdiff | tree |
2006-06-15 |
danielk1977 | Fix type in test_schema.c. (CVS 3258) |
commit | commitdiff | tree |
2006-06-15 |
danielk1977 | Add test_schema.c, containing a module for viewing... |
commit | commitdiff | tree |
2006-06-15 |
danielk1977 | Add column_value, declare_vtab and create_module to... |
commit | commitdiff | tree |
2006-06-15 |
drh | Write database pages in sorted order to reduce file... |
commit | commitdiff | tree |
2006-06-15 |
drh | Asserts added that verify that the code works correctly |
commit | commitdiff | tree |
2006-06-15 |
danielk1977 | Add tests (and modify test code) for writing to virtual... |
commit | commitdiff | tree |
2006-06-15 |
danielk1977 | Simple tests and fixes for writing to virtual tables... |
commit | commitdiff | tree |
2006-06-15 |
danielk1977 | Add void* argument to sqlite3_create_module to replace... |
commit | commitdiff | tree |
2006-06-14 |
drh | Changes to test8.c to support UPDATE operations on... |
commit | commitdiff | tree |
2006-06-14 |
drh | Bug fixes in the MATCH and ORDER BY processing of virtu... |
commit | commitdiff | tree |
2006-06-14 |
drh | Added code to INSERT, DELETE and UPDATE virtual tables... |
commit | commitdiff | tree |
2006-06-14 |
drh | Better documentation on the limits of user-defined... |
commit | commitdiff | tree |
2006-06-14 |
danielk1977 | Add xUpdate method to the echo test module. Currently... |
commit | commitdiff | tree |
2006-06-14 |
danielk1977 | Fix segfault introduced in (3243). (CVS 3245) |
commit | commitdiff | tree |
next |