Skip to content

Commit

Permalink
3.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Feb 6, 2024
1 parent 8e0b1d6 commit d26f7b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# https://github.com/nalgeon/sqlite

SQLITE_RELEASE_YEAR := 2024
SQLITE_VERSION := 3450000
SQLEAN_VERSION := 0.21.8
SQLITE_VERSION := 3450100
SQLEAN_VERSION := 0.21.10

SQLITE_OPT_WIN := -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_GEOPOLY -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_MATH_FUNCTIONS -DSQLITE_ENABLE_OFFSET_SQL_FUNC -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_UNKNOWN_SQL_FUNCTION -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_THREADSAFE=0 -DSQLITE_USE_URI

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The list of enabled features:
- `SQLITE_THREADSAFE=0`. Turns off support for multithreaded environment.
- `SQLITE_USE_URI`. Enables [URI](https://sqlite.org/uri.html) connection strings.

Latest release: [3.45.0](https://github.com/nalgeon/sqlite/releases/3.45.0)
Latest release: [3.45.1](https://github.com/nalgeon/sqlite/releases/3.45.1)

## Sqlean

Expand All @@ -54,7 +54,7 @@ Builds are available for every OS:
- `sqlean-ubuntu` - for Ubuntu (and other Debian-based distributions)
- `sqlean-macos` - for macOS (supports both Intel and Apple processors)

Latest release: [3.45.0](https://github.com/nalgeon/sqlite/releases/3.45.0) (using Sqlean 0.21.8).
Latest release: [3.45.1](https://github.com/nalgeon/sqlite/releases/3.45.1) (using Sqlean 0.21.10).

**Note for macOS users**. macOS disables unsigned binaries and prevents the `sqlean` shell from running. To resolve this issue, remove the build from quarantine by running the following command in Terminal (replace `/path/to/folder` with an actual path to the folder containing the `sqlean-macos` binary):

Expand Down

0 comments on commit d26f7b0

Please sign in to comment.