-
-
Notifications
You must be signed in to change notification settings - Fork 477
Look into binary encoding for certain data types #7
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
Comments
It looks like Postgres doesn't guarantee that its floats are IEEE754, but I don't know if there are any reasonable platforms on which the format is actually different. Work towards #7.
|
Handling binary data in |
Will be useful for FromSql binary formats. CC #7
The set of types the driver asks for in binary format is currently hard coded. cc #7
At least for primitive numeric types and byte arrays, this should help avoid a lot of allocations.
The text was updated successfully, but these errors were encountered: