From 8ba52ea703712bafd755faf7ee6327c201258654 Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Thu, 11 Jul 2024 17:08:34 +0000 Subject: [PATCH] =?UTF-8?q?macOS=20sqlite3=20bug=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- macOS-sqlite3-bug.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 macOS-sqlite3-bug.md diff --git a/macOS-sqlite3-bug.md b/macOS-sqlite3-bug.md new file mode 100644 index 0000000..cb62212 --- /dev/null +++ b/macOS-sqlite3-bug.md @@ -0,0 +1,3 @@ +If you have -wal and -shm files in your report than you are using the “buggy” sqlite3 from 10.13.4 and not the one out of Homebrew! + +If you have installed the newer one from Homebrew and you have not added the location to your PATH ios2html will do that for you at runtime. \ No newline at end of file