0.0.2 - 2024-07-24
Release Notes
Added
-
Partial
LEFT JOIN
support. -
Partial
ORDER BY
support. -
Partial scalar function support.
Fixed
- Lock database file with POSIX filesystem advisory lock when database
is opened to prevent concurrent processes from corrupting a file.
Please note that the locking scheme differs from SQLite, which uses
POSIX advisory locks for every transaction. We're defaulting to
locking on open because it's faster. (Issue #94)
Changed
- Install to
~/.limbo/
instead ofCARGO_HOME
.
Install limbo 0.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penberg/limbo/releases/download/v0.0.2/limbo-installer.sh | sh
Download limbo 0.0.2
File | Platform | Checksum |
---|---|---|
limbo-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
limbo-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
limbo-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
limbo-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |