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 option null values failing to put #42

Merged

Conversation

jlvertol
Copy link
Contributor

This PR fixes the error described in
#41

Additionally it fixes it for Enum values on Postgres (which I'm fairly sure had the same error)

It appears keeping record of the JDBCType on TypeMappers is not necessary anymore, but nonetheless I kept the value there to touch as little as possible. I did update the DocString.

@lihaoyi lihaoyi merged commit 8091ae3 into com-lihaoyi:main Oct 21, 2024
6 checks passed
@lihaoyi
Copy link
Member

lihaoyi commented Oct 21, 2024

Thanks @jlvertol! If you don't have any other PRs to make, I'll cut a release with this one so people can begin using it

@jlvertol
Copy link
Contributor Author

Thanks @jlvertol! If you don't have any other PRs to make, I'll cut a release with this one so people can begin using it

No more PRs for now, release away! I sure be needing that release :-)

@lihaoyi
Copy link
Member

lihaoyi commented Oct 21, 2024

0.1.11 should be out

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.

2 participants