Self-contained, embeddable, zero-configuration SQL database engine

SQLite (32-bit)

SQLite 3.46.1 (32-bit)

  -  1 MB  -  Freeware

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of SQLite 3.46.1 (32-bit).


For those interested in downloading the most recent release of SQLite (32-bit) or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • SQLite 3.46.1 (32-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    SQLite 3.46.1 (32-bit) Screenshot 1

What's new in this version:

- Improved robustness while parsing the tokenize= arguments in FTS5. Forum post 171bcc2bcd
- Enhancements to covering index prediction in the query planner. Add early detection of over-prediction of covering indexes so that sqlite3_prepare() will return an error rather than just generate bad bytecode. Forum post e60e4c295d22f8ce.
- Do not let the number of terms on a VALUES clause be limited by SQLITE_LIMIT_COMPOUND_SELECT, even if the VALUES clause contains elements that appear to be variables due to double-quoted string literals
- Fix the window function version of group_concat() so that it returns an empty string if it has one or more empty string inputs
- In FTS5 secure-delete mode, fix false-positive integrity-check reports about corrupt indexes
- Syntax errors in ALTER TABLE should always return SQLITE_ERROR. In some cases, they were formerly returning SQLITE_INTERNAL

JavaScript/WASM:
- Fix a corruption-causing bug in the JavaScript "opfs" VFS
- Work around a couple of browser-specific OPFS quirks
- Other minor fixes