Revīziju vēsture

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