List of current feature requests 2022

Fix gltertf to not waste space on mac_vendor.db, eg. this and this.

I suggest using sqlite3_open_v2 with the SQLITE_OPEN_READONLY flag so that the database is not opened in a writable mode.

This would free up over 900kB in writable storage for user purposes.

2 Likes