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

SQLite (32-bit)

SQLite 3.50.2 (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.50.2 (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!

Why is this app published on FileHorse? (More info)
  • SQLite 3.50.2 (32-bit) Screenshots

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

    SQLite 3.50.2 (32-bit) Screenshot 1

What's new in this version:

- Avoid writing frames with no checksums into the wal file if a savepoint is rolled back after dirty pages have already been spilled into the wal file
- Raise an error early if the number of aggregate terms in a query exceeds the maximum number of columns, to avoid downstream assertion faults
- Ensure that sqlite3_setlk_timeout() holds the database mutex

Fixed:
- Fix the concat_ws() SQL function so that it includes empty strings in the concatenation
- Fix the file-io extension (used by the CLI) so that it can be built using the MinGW compiler chain
- Fix the Bitvec object to avoid stack overflow when the database is within 60 pages of its maximum size
- Fix a problem with UPDATEs on fts5 tables that contain BLOB values
- Fix an issue with transitive IS constraints on a RIGHT JOIN
- Fix typos in API documentation