MSI
WinGet
Dolt
DoltHub · 1.13.3 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i dolt-windows-amd64.msi /quiet /norestart
File Identity
Filename
dolt-windows-amd64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
DoltHub.Dolt
Version
1.13.3
Description
Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository.
License
APACHE-2.0
↗
Homepage
https://www.dolthub.com
Upgrade Behavior
install(Install over existing)
Release Notes
dolt
- 6584: Migrate the dolt_procedures table whenever stored procedures are used
- 6577: Pull indexed system table functions into their own test suite.
go-mysql-server
- 1969: Added a QueryEngine abstraction to engine tests to allow us to run engine tests on a running server
- 1968: Missed cases where replicaBinlogController is needed during building
- 1967: Join aggregation projections subject to dropped refs
- 1965: Add error test for ambiguous column name query
- 1964: Skip subquery pushdow…