Skip to content

Automatically convert Postgres arbitrary precision numeric to rust f32. #1041

Closed
@montanalow

Description

@montanalow

Postgres uses numeric for arguments passed in, even if float4 or float8 would have sufficient precision to handle it. We should automatically coalesce to f32/f64 inside Rust to avoid this pitfall.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions