Hi,


We are using the Sparkle Project https://sparkle-project.org/ to manage a Mac 
OS X application updates that has an embedded sqlite database.  We were hoping 
that the Sparkle project would be able to detect differences in the SQLite 
database file and include that in the Delta it generates with bsdiff.



We are observing that it doesn?t see the binary difference in SQLite and sends 
the entire database with the update.



We know about sqldiff https://www.sqlite.org/sqldiff.html  and would use it to 
generate diffs and patch them but we were hoping there was a way to do do a 
binary diff of the database because otherwise we will have to figure out a way 
for the client to run the sqldiff utility to patch the database.



Appreciate any suggestions.

Reply via email to