CharaChorder / nexus

CharaChorder's logging and analysis desktop app, supporting Linux, Windows, and macOS.
GNU Affero General Public License v3.0
18 stars 6 forks source link

Potentially deleting an in memory db #121

Closed GetPsyched closed 7 months ago

GetPsyched commented 8 months ago

Code in question: https://github.com/CharaChorder/nexus/blob/3e6d11fa2721219835556ec1eb2e5e7f1898e100/nexus/Freqlog/backends/SQLite/SQLiteBackend.py#L141-L142 Here, self.db_path can potentially be :memory:. You can see the problem haha