-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I tried to use it with geography point type geography(point, 4326) not null in postgres and PgPoint in my model struct, but it's not deserializing the values correctly:
When I insert
ST_SetSRID(ST_MakePoint(13.409779,52.520645), 4326)::geographyand then print it in my Rust executable, it prints:
PgPoint(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007746818039357731, 0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013770074297002852):/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels