Fix BIT value display in dolt sql and dolt diff -r sql - #11306
Open
elianddb wants to merge 6 commits into
Open
Conversation
elianddb
force-pushed
the
elian/10132
branch
2 times, most recently
from
July 15, 2026 23:26
c9aba24 to
d4dc96b
Compare
BIT value display in dolt sql and dolt diff -r sql
Contributor
|
@elianddb DOLT
|
Contributor
Contributor
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
BIT(n)values were printed as raw bytes, producing empty or corrupt SQL patches visually.BITwas also missing from the--binary-as-hexdisplay path.--binary-as-hexnow supportsBITfor local and sql-server connectionsdolt sql -qnow defaults to hex display for binary values when attached to a terminal (i.e.,mysqlclient)Fix dolt diff -r sql doesn't show values for BIT(n) types #10132
Blocked by Advertise binary charset for
BITresult columns go-mysql-server#3625