dolthub/dolt#9554 - Fix varbinary fields displaying as unicode instead of hex#9561
Merged
dolthub/dolt#9554 - Fix varbinary fields displaying as unicode instead of hex#9561
Conversation
180ec48 to
5375db4
Compare
Contributor
Contributor
|
@coffeegoddd DOLT
|
Contributor
2c96093 to
47c6fd1
Compare
Contributor
|
@coffeegoddd DOLT
|
Contributor
5b95da5 to
73b7ecf
Compare
Contributor
Contributor
Contributor
jycor
reviewed
Jul 23, 2025
macneale4
reviewed
Jul 23, 2025
b02cede to
dafff84
Compare
Contributor
7301cfd to
af77400
Compare
Contributor
|
@coffeegoddd DOLT
|
Contributor
Contributor
|
@coffeegoddd DOLT
|
36e99b1 to
4379136
Compare
Contributor
|
@coffeegoddd DOLT
|
58a6c77 to
23ea946
Compare
Contributor
Contributor
|
@coffeegoddd DOLT
|
ba16ec1 to
5092978
Compare
Contributor
9d88dc5 to
130ef21
Compare
Contributor
1071711 to
debe8e8
Compare
Contributor
Contributor
|
@coffeegoddd DOLT
|
macneale4
requested changes
Jul 29, 2025
Contributor
macneale4
left a comment
There was a problem hiding this comment.
Code looks pretty good, nothing blocking.
Test infra needs a lot of work. Duplication of tests won't age well, and you could avoid it by using the existing infra to run commands in both modes.
integration-tests/bats/binary-as-hex-skip-flag-interactive.expect
Outdated
Show resolved
Hide resolved
macneale4
approved these changes
Jul 30, 2025
Contributor
macneale4
left a comment
There was a problem hiding this comment.
One necessary update in the bats file where I think we could skip incorrectly. Feel free to fix and ship.
- Resolves conflicts in sql.go by integrating both: 1. Main branch's query catalog refactoring (direct SQL queries, no dEnv dependency) 2. Binary-as-hex parameter support from feature branch - Maintains SaveQuery function name from main branch - Preserves binaryAsHex parameter threading through all query execution paths - Updates function signatures to match main branch's simplified approach
d30c3d8 to
ef549b9
Compare
Contributor
Contributor
|
@coffeegoddd DOLT
|
…binary-hex-display
Contributor
- Accept all changes from main branch for go.mod and go.sum - Ensures compatibility with latest dependency versions - Preserves binary-as-hex functionality from feature branch
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.
Fixes #9554