Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
skeema_amd64.deb | 2025-02-27 | 2.7 MB | |
skeema_arm64.deb | 2025-02-27 | 2.5 MB | |
skeema_checksums_1.12.3.txt | 2025-02-27 | 890 Bytes | |
skeema_amd64.apk | 2025-02-27 | 2.8 MB | |
skeema_amd64.rpm | 2025-02-27 | 2.8 MB | |
skeema_arm64.apk | 2025-02-27 | 2.6 MB | |
skeema_arm64.rpm | 2025-02-27 | 2.6 MB | |
skeema_1.12.3_linux_amd64.tar.gz | 2025-02-27 | 2.7 MB | |
skeema_1.12.3_linux_arm64.tar.gz | 2025-02-27 | 2.5 MB | |
skeema_1.12.3_mac_amd64.tar.gz | 2025-02-27 | 2.8 MB | |
skeema_1.12.3_mac_arm64.tar.gz | 2025-02-27 | 2.6 MB | |
README.md | 2025-02-27 | 1.9 kB | |
v1.12.3 source code.tar.gz | 2025-02-27 | 1.8 MB | |
v1.12.3 source code.zip | 2025-02-27 | 2.5 MB | |
Totals: 14 Items | 31.2 MB | 0 |
- MariaDB 11.7 support (684ffe5)
- All Skeema commands can now fully handle MariaDB
VECTOR
columns and indexes, including the optionalDISTANCE
andM
attributes for indexes - lint-reserved-word now flags new reserved word
VECTOR
- MySQL 9.2 support (10560a6)
- lint-reserved-word now flags new reserved word
LIBRARY
- Workspace cleanup now uses chunking, instead of concurrency, to efficiently remove empty workspace tables (0617f91)
- This Skeema change provides an important workaround for a recent MariaDB server bug involving foreign keys. See MDEV-36129, which affects all MariaDB 10.6+ releases from May 2024 onwards: 10.6.18+, 10.11.8+, 11.0.6, 11.1.5+, 11.2.4+, 11.4.2+, and all 11.5-11.7+ GA releases.
- Performance improvement for slow network links (WAN/VPN/cross-region) when using many/large stored procedures, functions, views, or triggers (3e822d6)
- Timeout behavior has been improved to ensure that server-side lock wait timeouts always occur prior to any client-side query timeout (373c702)
- This aids in troubleshooting Skeema performance issues, allowing easier identification of whether the root cause relates to locks (now manifests as a lock wait timeout error) vs a slow query timing out due to a non-responsive database server (which still shows an I/O timeout error).
- TLS fix: very old MySQL 5.7 point releases (prior to MySQL 5.7.28 / Oct 2019) don't support TLS 1.2, so use of TLS 1.1 is now permitted automatically for these server versions (e46bd0c)
An installation guide and full documentation are available on our website skeema.io.