Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dolt-windows-amd64.msi | 2025-10-03 | 44.3 MB | |
install.sh | 2025-10-03 | 3.2 kB | |
dolt-windows-amd64.7z | 2025-10-03 | 22.0 MB | |
dolt-windows-amd64.zip | 2025-10-03 | 38.6 MB | |
dolt-darwin-arm64.tar.gz | 2025-10-03 | 39.9 MB | |
dolt-darwin-amd64.tar.gz | 2025-10-03 | 42.1 MB | |
dolt-linux-arm64.tar.gz | 2025-10-03 | 39.7 MB | |
dolt-linux-amd64.tar.gz | 2025-10-03 | 42.8 MB | |
1.59.17 source code.tar.gz | 2025-10-03 | 12.4 MB | |
1.59.17 source code.zip | 2025-10-03 | 14.1 MB | |
README.md | 2025-10-03 | 1.4 kB | |
Totals: 11 Items | 296.0 MB | 4 |
Merged PRs
dolt
- 9921: Bug fix: multi-line commit messages with dolt rebase
Handle multi-line commit messages in
dolt rebase
and withdolt_rebase()
. Fixes: https://github.com/dolthub/dolt/issues/9910
go-mysql-server
- 3250: Replace SubqueryAlias that selects an entire table with TableAlias
- 3249: [#9916]: Add TRUNCATE(X,D) Support Fixes [#9916] Companion dolthub/docs#2688
- 3247: [#9865]: Fix EOF on procedure Fixes [#9865]
- 3246: sql/rowexec: Add a SessionCommandSafepoint session callback for long-running write commands. Call it in some rowexec implementations. This allows for integrators to see quiesced states on engine session utilization even on very long running write operations.