Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch delta-fix Excluding Merge-Ins
This is equivalent to a diff from 5493cc7bb5 to ec5e2919a7
|
2024-11-18
| ||
| 17:50 | Fix the checksum function in the delta logic. check-in: 4862fc5ed0 user: drh tags: trunk | |
| 17:40 | Fix the checksum routine in the delta logic so that it works correctly even if the input size is zero. Closed-Leaf check-in: ec5e2919a7 user: drh tags: delta-fix | |
|
2024-11-15
| ||
| 14:14 | Add the ability to show the difference between two SQLite database files. Closed-Leaf check-in: 27c81f1c22 user: drh tags: sqldiff | |
| 13:51 | Update the built-in SQLite to the latest 3.48.0 alpha - mostly to get rid of the #line macros in sqlite3.c that were somehow introduced in the previous update. check-in: 5493cc7bb5 user: drh tags: trunk | |
|
2024-11-13
| ||
| 11:23 | Change the /setup_ulist page to show the most recently changed users first by default, as that seems to be the most common use case. check-in: 7b0a237895 user: drh tags: trunk | |
Changes to src/delta.c.