-
Notifications
You must be signed in to change notification settings - Fork 405
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
Wierd data in inet data type #37
Comments
Yea, |
Awesome, thank you! |
Sorry for posting in the existing issue, but the asyncpg 0.12.0 is still having a little bit of that problem. The behaviour is still weird. The column has
Example queries:
Which are, then, stored in the database like that:
The strangest thing is that Could anybody re-open the issue, please? I hope I'm not wrong here. |
The inet codec is confusing the network prefix length with the network mask length, which causes incorrect wire encoding. This was masked by a symmetrical bug in the decoder. Fixes #37.
Wow, thanks a lot! I confirm that it's sorted out, at least for the IPv4Address :) |
The inet codec is confusing the network prefix length with the network mask length, which causes incorrect wire encoding. This was masked by a symmetrical bug in the decoder. Fixes #37.
Hello! Thank you for your awesome job!
This code creates different values in table
I have latest version in pip asyncpg==0.6.3
Could you please take a look?
The text was updated successfully, but these errors were encountered: