Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dolt-windows-amd64.msi | 2025-08-04 | 43.9 MB | |
install.sh | 2025-08-04 | 3.2 kB | |
dolt-windows-amd64.7z | 2025-08-04 | 21.9 MB | |
dolt-windows-amd64.zip | 2025-08-04 | 38.3 MB | |
dolt-darwin-arm64.tar.gz | 2025-08-04 | 40.4 MB | |
dolt-darwin-amd64.tar.gz | 2025-08-04 | 42.2 MB | |
dolt-linux-arm64.tar.gz | 2025-08-04 | 39.7 MB | |
dolt-linux-amd64.tar.gz | 2025-08-04 | 42.3 MB | |
1.57.6 source code.tar.gz | 2025-08-04 | 12.3 MB | |
1.57.6 source code.zip | 2025-08-04 | 14.0 MB | |
README.md | 2025-08-04 | 1.6 kB | |
Totals: 11 Items | 295.1 MB | 0 |
Merged PRs
dolt
- 9626: [#9624] - Add bats tests for wildcard user authentication Fixes [#9624] Companion: dolthub/go-mysql-server#3138 Bats integration tests for wildcard user authentication patterns.
- 9618: Agent.md dolt doc Implementation of this feature request. https://github.com/dolthub/dolt/issues/9509 On read returns the default agent.md if none exists. Otherwise returns what the user has stored.
go-mysql-server
- 3135: include null values when evaluating anti joins created from
WHERE NOT EXISTS
fixes [#9615] We were not including null values when evaluating anti joins created from unnestingWHERE NOT EXISTS
statements. This was causing us to return empty sets if there was a null value in the right side table of the anti join. - 3134: Properly convert enum/set columns to string columns with alter table Fixes [#9594] Added skipped tests for [#9613]