Historial de Commits

Autor SHA1 Mensaje Fecha
  dan 342984075b Add tests to restore coverage of fts5_config.c. hace 4 meses
  dan 105c20648e Fix an incorrect tcl comment that appeared in many fts5 test files. hace 5 meses
  drh 961c2a9f36 Add the xIntegrity method to the sqlite3_module object. Implement this hace 1 año
  dan be3ab76bfb Changes so that sqlite3_vtab_nochange() works with "UPDATE ... FROM...". Use this to allow UPDATE on a contentless fts5 table if new values are supplied for all indexed columns. hace 1 año
  dan 2cccced140 Fix cases where a row is inserted into a contentless_delete=1 fts5 table and then deleted within the same transaction. hace 1 año
  dan 55e0fd4a9d Do not allow the 'delete' command to be used on contentless_delete=1 fts5 tables. hace 1 año
  dan 0dac350f3c Store large tombstone hash tables in multiple database records. Ensure the same hash tables handle rowid 0. hace 1 año
  dan b184c91076 Have contentless_delete=1 tables support REPLACE statements. hace 1 año
  dan b92669db73 Have contentless_delete=1 tables support regular DELETE statements, instead of just the special INSERT syntax. hace 1 año
  dan d23f210377 Use a hash-table instead of a flat list to store tombstone rowids. hace 1 año
  dan 6788c7b7c0 Begin adding support for deleting rows from contentless fts5 tables. hace 1 año