]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have "sqldiff --rbu" ignore rows with NULL values in primary key fields. RBU can...
authordan <dan@noemail.net>
Thu, 1 Sep 2016 14:03:28 +0000 (14:03 +0000)
committerdan <dan@noemail.net>
Thu, 1 Sep 2016 14:03:28 +0000 (14:03 +0000)
commite5a0cfa161a77e8ab674fc53f30154c9129eff70
tree6e5c020c6ab2cb12a58f2744af61db0ed26864d9
parentd0d49b9ca3c106e972ca724c7202a81182f4260f
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.

FossilOrigin-Name: f4ba894a86aa195bcbe2fa69e91cd870ec3fb577
ext/rbu/rbudiff.test
manifest
manifest.uuid
tool/sqldiff.c