Download Latest Version dolt-windows-amd64.7z (22.0 MB)
Email in envelope

Get an email when there's a new version of Dolt

Home / v1.59.14
Name Modified Size InfoDownloads / Week
Parent folder
dolt-windows-amd64.msi 2025-10-01 44.3 MB
install.sh 2025-10-01 3.2 kB
dolt-windows-amd64.7z 2025-10-01 22.0 MB
dolt-windows-amd64.zip 2025-10-01 38.6 MB
dolt-darwin-arm64.tar.gz 2025-10-01 39.9 MB
dolt-darwin-amd64.tar.gz 2025-10-01 42.1 MB
dolt-linux-arm64.tar.gz 2025-10-01 39.7 MB
dolt-linux-amd64.tar.gz 2025-10-01 42.8 MB
1.59.14 source code.tar.gz 2025-10-01 12.4 MB
1.59.14 source code.zip 2025-10-01 14.1 MB
README.md 2025-10-01 4.4 kB
Totals: 11 Items   296.0 MB 0

Merged PRs

dolt

  • 9875: docker-entrypoint.sh: Add timeout queries to reliably configure users and database Companion: dolthub/vitess#437 Fixes resource hang issues (i.e., connect: connection refused) for docker-entrypoint.sh when configuring users and database in the script using queries with a new DOLT_SERVER_TIMEOUT variable that will wait for successful execute (default: 5 minutes) for multiple iterations. Fixes issue with dolt sql-server waiting on dolt process to free lock on database file. The root user is now created through the environment variables support on dolt sql-server instead of queries. However, a query fallback is provided if your initialization scripts must use some USER or GRANT related queries that conflict with the default behavior. 2025-09-26 17:43:56+00:00 [Warn] [Entrypoint]: Environment variables failed to initialize root@%; docker-entrypoint-initdb.d scripts queries may have conflicted. Overriding root user... 2025-09-26 17:43:57+00:00 [Note] [Entrypoint]: Configured root@% for Dolt +---------------------+-----------+ | User | Host | +---------------------+-----------+ | event_scheduler | localhost | | __dolt_local_user__ | localhost | | root | % | | versioning | % | +---------------------+-----------+ Query errors now include the actual query error message as a postfix to the author's message. The error below was manually created, however, it also shows syntax errors are immediately reported instead of fully terminating on timeout. 2025-09-26 17:53:53+00:00 [Warn] [Entrypoint]: Environment variables failed to initialize root@%; docker-entrypoint-initdb.d scripts queries may have conflicted. Overriding root user... 2025-09-26 17:53:53+00:00 [ERROR] [Entrypoint]: Could not create root user: error on line 1 for query CREATE USER IF NOT EXITS 'root'@'%' IDENTIFIED BY 'rootpass' Error parsing SQL: syntax error at position 25 near 'EXITS' CREATE USER IF NOT EXITS 'root'@'%' IDENTIFIED BY 'rootpass' ^ Initialization scripts and launching dolt sql-server has also been moved to this new timeout system to deal with desyncs due to system hangs and similar (e.g., file locks that don't release in time). To test this stability we also now launch multiple (40) docker instances at the same time.

go-mysql-server

vitess

Closed Issues

  • 9883: Boolean literal in IN clause fails to match truthy VARCHAR values
  • 9884: Escaped characters not handled correctly in LOAD DATA LOCAL INFILE
  • 9873: Airflow standalone syntax error for update of
Source: README.md, updated 2025-10-01