SQLite Forum

Suggestion for sqldiff
Login
I made additional changes so that options such as --summarize do the sensible thing and various corner cases are handled correctly. (For example, specifying that all non-PK columns be ignored.) Generated inserts copy all columns from the base DB. Relevant files are:

1. [Patches for tool/sqldiff.c](https://drive.google.com/file/d/1w-UxC9Y3s_VZDX_q5jdONFtNaVOGgOif/view?usp=sharing)

2. [The sqldiff.c file from SQLite release 3.34.1 with above patches applied](https://drive.google.com/file/d/1VqF6cOmDbnxZEr4L9mgXpHyZ6hmQ25Ry/view?usp=sharing)

3. [An NMAKE makefile to build 64-bit sqldiff.exe](https://drive.google.com/file/d/1J-95m4lC-qVFVRtWF94PthazWgmKFeFx/view?usp=sharing)