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
Hey there @hayd !
So the initial intent of #179 was to also add support for enum types, which should be just parsed as string.
However after a couple hours checking the code I couldn't find a reliable way to do so, since the column type of enums is generated.
What do you think could be the way to go on from here in order to solve this?
The text was updated successfully, but these errors were encountered:
This was solved on v0.7.0
Sorry, something went wrong.
No branches or pull requests
Hey there @hayd !
So the initial intent of #179 was to also add support for enum types, which should be just parsed as string.
However after a couple hours checking the code I couldn't find a reliable way to do so, since the column type of enums is generated.
What do you think could be the way to go on from here in order to solve this?
The text was updated successfully, but these errors were encountered: