Skip to content

Commit

Permalink
3.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Nov 12, 2023
1 parent 996d70b commit 1bc30a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/nalgeon/sqlite

SQLITE_RELEASE_YEAR := 2023
SQLITE_VERSION := 3430000
SQLITE_VERSION := 3440000
SQLEAN_VERSION := 0.21.8

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.43.0](https://github.com/nalgeon/sqlite/releases/3.43.0)
Latest release: [3.44.0](https://github.com/nalgeon/sqlite/releases/3.44.0)

## 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: [0.21.8](https://github.com/nalgeon/sqlite/releases/3.43.0) (using SQLite 3.43.0).
Latest release: [0.21.8](https://github.com/nalgeon/sqlite/releases/3.44.0) (using SQLite 3.44.0).

**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 1bc30a8

Please sign in to comment.