From 07d0f15e9354e668510095fd85fa83ac36dd82d2 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 22 May 2017 18:09:00 +0000 Subject: Fix incompatibilities between the "sqldiff --changeset" command and the sessions module. Specifically, allow sessions to process changesets containing tables with zero operations on them and have sqldiff output the expected output for tables with multi-column primary keys. FossilOrigin-Name: 0bb23c48064cc64134697469f3f4d2d3610b9e6c7a0dc54a3c47a00bd6c2a860 --- tool/sqldiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/sqldiff.c') diff --git a/tool/sqldiff.c b/tool/sqldiff.c index 67f3197bb..b31489bfd 100644 --- a/tool/sqldiff.c +++ b/tool/sqldiff.c @@ -1667,7 +1667,7 @@ static void changeset_one_table(const char *zTab, FILE *out){ putc('T', out); putsVarint(out, (sqlite3_uint64)nCol); - for(i=0; i