Hacker News new | ask | show | jobs
by vekker 702 days ago
I don't know why, but this program had difficulty opening what was clearly a correct SQLite3 database file (created with TypeORM) on Ubuntu 22.04. "Reason: Invalid file format". I ended up using Beekeeper Studio instead, which didn't have any problems with that file. I wonder if that bug is fixed.
1 comments

Wonder if it was something to do with STRICT mode support not being present in the 3.12.2 release (what you probably tried)?

Our new 3.13.0 release (should be out tomorrow) supports STRICT, as have our dev builds for a few years.

That's the only situation that springs to mind for it having issues like that. Though it's also possible there was some other unknown bug at the time lurking around.