Commit Verlauf

Autor SHA1 Nachricht Datum
  dan 342984075b Add tests to restore coverage of fts5_config.c. vor 4 Monaten
  dan 105c20648e Fix an incorrect tcl comment that appeared in many fts5 test files. vor 6 Monaten
  drh 961c2a9f36 Add the xIntegrity method to the sqlite3_module object. Implement this vor 1 Jahr
  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. vor 1 Jahr
  dan 2cccced140 Fix cases where a row is inserted into a contentless_delete=1 fts5 table and then deleted within the same transaction. vor 1 Jahr
  dan 55e0fd4a9d Do not allow the 'delete' command to be used on contentless_delete=1 fts5 tables. vor 1 Jahr
  dan 0dac350f3c Store large tombstone hash tables in multiple database records. Ensure the same hash tables handle rowid 0. vor 1 Jahr
  dan b184c91076 Have contentless_delete=1 tables support REPLACE statements. vor 1 Jahr
  dan b92669db73 Have contentless_delete=1 tables support regular DELETE statements, instead of just the special INSERT syntax. vor 1 Jahr
  dan d23f210377 Use a hash-table instead of a flat list to store tombstone rowids. vor 1 Jahr
  dan 6788c7b7c0 Begin adding support for deleting rows from contentless fts5 tables. vor 1 Jahr