Commit History

Author SHA1 Message Date
  dan a3d4d7a0ae Avoid running rbu tests under permutation "journaltest", which does not support wal. Fix some other test script problems. 1 year ago
  dan 844e7183ae Do not try to run rbu tests with builds that do not support rbu. 1 year ago
  dan 42470513b7 Fix a problem in sqldiff virtual table hanlding to do with tab and other non-space whitespace characters in the CREATE VIRTUAL TABLE statement. 3 years ago
  drh 6ab91a7a7a Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 6 years ago
  dan 12c56aa452 Fix a bug in sqldiff causing it to confuse blobs zero bytes in size with NULL values. 8 years ago
  dan e5a0cfa161 Have "sqldiff --rbu" ignore rows with NULL values in primary key fields. RBU can't handle such rows and the documentation already says sqldiff ignores them. Because the code now uses "=" instead of "IS" to filter on primary key columns, diffs on virtual tables are faster now too. 8 years ago
  dan 12ca5ac3d2 Fix a problem with upper case module names in the "sqldiff --vtab" command. 8 years ago
  dan 9c987a833c Update the sqldiff utility so that if the --vtab switch is specified "rtree", "fts3", "fts4" and "fts5" tables are diff'd directly and the underlying real database tables ignored. Without this switch, all virtual tables are ignored and the diff is performed on the underlying real tables. 8 years ago
  dan febfe02300 Update the sqldiff tool so that it generates an rbu_count table. 8 years ago
  dan 1e8dae0e43 Fix test scripts sqldiff.test and rbudiff.test so that they work with the --testdir option. 8 years ago
  dan a9ca8afef5 Add support for "fossil deltas" to RBU and "sqldiff --rbu". 9 years ago
  dan dd688e7970 Fix a problem causing [sqldiff --rbu] to fail on tables for which all columns are part of the PRIMARY KEY. 9 years ago
  dan 994618521c Add the --rbu switch to the "sqldiff" utility. 9 years ago