diesel_geometry icon indicating copy to clipboard operation
diesel_geometry copied to clipboard

Add support for geometric types and functions to diesel

Results 3 diesel_geometry issues
Sort by recently updated
recently updated
newest added

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...

Makes changes in order to support Diesel 2.0. Had to get rid of a couple test cases, because I couldn't figure out how the new `Output::new` works, but it should...

## Setup ### Versions - **Rust:** - **Diesel Geometry:** 1.4.0 - **Database:** - **Operating System** ### Feature Flags - **diesel\_geometry:** ## Problem Description attempted to leave type `&diesel::pg::metadata_lookup::PgMetadataLookup` uninitialized, which...