Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix sql generation for json.RawMessage #12

Conversation

XIELongDragon
Copy link
Owner

Fixes an issue where SQL for json.RawMessage-expressions is not generated correctly (as it is with byte slices).

Closes doug-martin#350

Fixes an issue where SQL for json.RawMessage-expressions is not generated correctly (as it is with byte slices).

Closes doug-martin#350
@XIELongDragon XIELongDragon merged commit 1dba8da into XIELongDragon:master Oct 6, 2024
0 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

json.RawMessage behavior differs from byte slice
2 participants