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

SQLite for Mac

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe

SQLite 3.26.0

  -  1.2 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.26.0.


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!

  • SQLite 3.26.0 Screenshots

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

    SQLite 3.26.0 Screenshot 1

What's new in this version:

- Optimization: When doing an UPDATE on a table with indexes on expressions, do not update the expression indexes if they do not refer to any of the columns of the table being updated
- Allow the xBestIndex() method of virtual table implementations to return SQLITE_CONSTRAINT to indicate that the proposed query plan is unusable and should not be given further consideration
- Added the SQLITE_DBCONFIG_DEFENSIVE option which disables the ability to create corrupt database files using ordinary SQL
- Added support for read-only shadow tables when the SQLITE_DBCONFIG_DEFENSIVE option is enabled
- Added the PRAGMA legacy_alter_table command, which if enabled causes the ALTER TABLE command to behave like older version of SQLite (prior to version 3.25.0) for compatibility
- Added PRAGMA table_xinfo that works just like PRAGMA table_info except that it also shows hidden columns in virtual tables
- Added the explain virtual table as a run-time loadable extension
- Add a limit counter to the query planner to prevent excessive sqlite3_prepare() times for certain pathological SQL inputs
- Added support for the sqlite3_normalized_sql() interface, when compiling with SQLITE_ENABLE_NORMALIZE
- Enhanced triggers so that they can use table-valued functions that exist in schemas other than the schema where the trigger is defined

Enhancements to the CLI:
- Improvements to the ".help" command
- The SQLITE_HISTORY environment variable, if it exists, specifies the name of the command-line editing history file
- The --deserialize option associated with opening a new database cause the database file to be read into memory and accessed using the sqlite3_deserialize() API. This simplifies running tests on a database without modifying the file on disk

Enhancements to the geopoly extension:
- Aways stores polygons using the binary format, which is faster and uses less space
- Added the geopoly_regular() function
- Added the geopoly_ccw() function

Enhancements to the session extension:
- Added the SQLITE_CHANGESETAPPLY_INVERT flag
- Added the sqlite3changeset_start_v2() interface and the SQLITE_CHANGESETSTART_INVERT flag
- Added the changesetfuzz.c test-case generator utility

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe