Re: [Doxygen-users] SQLite3 database corrupted

2023-04-21 Thread Travis Everett
I've opened a PR (https://github.com/doxygen/doxygen/pull/9992) and have updated the fix; if you try this before it's merged, you can build from https://github.com/abathur/doxygen/tree/fix_schema_version. Also, I noticed while poking at the sqlite `.read` command: it's not for loading a database--

Re: [Doxygen-users] SQLite3 database corrupted

2023-04-19 Thread Travis Everett
I have a project with some tests against the SQLite behavior. I needed to dust it off a bit, but I was able to get it working at the major versions between now and the last time I touched it (without seeing this issue myself). I did notice some regressed behavior, mostly around some 2021 QCString

[Doxygen-users] SQLite3 database corrupted

2023-04-18 Thread Chad Cornwell
I compiled from source on centos 7 using the scl dev toolset 7 (if this matters) for doxygen 1.9.7 with the -Duse_sqlite3 flag on. I was able to successfully run doxygen on my code directory and did not see any error flags pop up relating to sqlite3 (or any at all) however when I try to open up th