Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(digest): Trusts f773496775 access table digest
On some setups (in my case macOS v14.4.1 (build 23E224) and macOS v14.2.1 (build 23C71) with Intel CPU) the computed digest on the access table's structure was not part of the expected macOS 14.x digests. By comparing working and non-working output of `SELECT sql FROM sqlite_master WHERE name='access' and type='table'` I've discovered the only difference is cosmetic: a double-quote around access in the `CREATE TABLE` part (got `CREATE TABLE "access"` where `CREATE TABLE access` would have been accepted Before a possible better fix to handle such small syntax changes, this commit adds f773496775 to the list of trusted digests. Issue: #70
- Loading branch information