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

SQLite for Mac

SQLite 3.49.2

  -  3.5 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.49.2.


For those interested in downloading the most recent release of SQLite for Mac 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.49.2 Screenshots

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

    SQLite 3.49.2 Screenshot 1

What's new in this version:

Fixed:
- Fix a bug in the NOT NULL optimization of version 3.40.0 (item 3c in the version 3.40.0 change log) that can lead to a memory error if abused
- Fix the count-of-view optimization so that it does not give an incorrect answer for a DISTINCT query
- Fix a possible incorrect answer that can result if a UNIQUE constraint of a table contains the PRIMARY KEY column and that UNIQUE constraint is used by an IN operator
- Fix obscure problems with the generate_series() extension function
- Incremental improvements to the configure/make