Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dolt-windows-amd64.msi | 2025-10-02 | 44.2 MB | |
install.sh | 2025-10-02 | 3.2 kB | |
dolt-windows-amd64.7z | 2025-10-02 | 22.0 MB | |
dolt-windows-amd64.zip | 2025-10-02 | 38.6 MB | |
dolt-darwin-arm64.tar.gz | 2025-10-02 | 39.8 MB | |
dolt-darwin-amd64.tar.gz | 2025-10-02 | 42.1 MB | |
dolt-linux-arm64.tar.gz | 2025-10-02 | 39.7 MB | |
dolt-linux-amd64.tar.gz | 2025-10-02 | 42.8 MB | |
1.59.15 source code.tar.gz | 2025-10-02 | 12.4 MB | |
1.59.15 source code.zip | 2025-10-02 | 14.1 MB | |
README.md | 2025-10-02 | 1.3 kB | |
Totals: 11 Items | 295.6 MB | 0 |
Merged PRs
dolt
- 9908: Add expect_single_value support for booleans
- 9900: Added collation ignoring for information_schema Adds testing for:
- https://github.com/dolthub/go-mysql-server/pull/3242 Would have preferred to add a test in GMS itself, however for some reason the query that JDBC sends (when ran on its own) does not result in an error.
go-mysql-server
- 3245: Allow triggers to fire with
INSERT...RETURNING
statements Fixes [#9895] - 3244: /go.{mod,sum}: add patch version
- 3243: Added armscii charset and collations
Adds the
armscii
charset and both collations - Fixes https://github.com/dolthub/dolt/issues/9889
- 3242: Added collation ignoring for information_schema Provides a fix for:
- https://github.com/dolthub/dolt/issues/9890