We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
newtype
We define an instance of FromRow for it. Since it's a type alias we really define the instance for Text which is not what we're trying to do.
This is probably not a big deal until someone else defines a FromRow instance for Text that's different and then we might get the wrong one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We define an instance of FromRow for it. Since it's a type alias we really define the instance for Text which is not what we're trying to do.
This is probably not a big deal until someone else defines a FromRow instance for Text that's different and then we might get the wrong one.
The text was updated successfully, but these errors were encountered: