Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
Companion: dolthub/vitess#437
Fixes resource hang issues (i.e.,
connect: connection refused) fordocker-entrypoint.shwhen configuring users and database in the script using queries with a newDOLT_SERVER_TIMEOUTvariable that will wait for successful execute (default: 5 minutes) for multiple iterations.Fixes issue with
dolt sql-serverwaiting on dolt process to free lock on database file.The
rootuser is now created through the environment variables support ondolt sql-serverinstead of queries. However, a query fallback is provided if your initialization scripts must use someUSERorGRANTrelated queries that conflict with the default behavior.dolt sql-serverhas 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
We weren't actually escaping any characters and just deleting all the escaped characters.
fixes: Escaped characters not handled correctly in
LOAD DATA LOCAL INFILEdolthub/dolt#9884HashInTupleexpressionsfixes: Boolean literal in IN clause fails to match truthy VARCHAR values dolthub/dolt#9883
FOR UPDATE OFFixes dolthub/dolt#9873
changes:
INoperatorfixes:
doubledolthub/dolt#7128logfunction doesn't handle strings the same as MySql dolthub/dolt#9735partially addresses: Filtering numbers by string and strings by numbers do not match MySql behavior dolthub/dolt#9739
vitess
FOR UPDATE OFFixes dolthub/dolt#9873
Companion dolthub/go-mysql-server#3234
Closed Issues
LOAD DATA LOCAL INFILEAirflow standalonesyntax errorfor update ofView the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.59.14.