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

feat: add sqlfields package #621

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

feat: add sqlfields package #621

wants to merge 3 commits into from

Conversation

zepatrik
Copy link
Member

The nullable types in sqlxx are partially inconsistent and cause upstream bugs. That is specifically true for sqlxx.NullJSONRawMessage because it is not idempotent. The new package unifies and fixes the flaws of some of those types. The nullable generic struct can be used with any type that implements driver.Valuer and sql.Scan.

@zepatrik zepatrik marked this pull request as draft October 25, 2022 12:52
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.

None yet

1 participant