Shay Rojansky

Results 2976 comments of Shay Rojansky

Please ping me here if you need any sort of assistance from the Npgsql side... I know the changes in 6.0.0 are painful, but I'm hoping this cleans up the...

Encountered this as well. In CLI-generated SVGs everything is fine.

Got bitten by this as the EF Core tracking mechanism calls EqualsTopologically to check whether two instances of a geometry are equal (and therefore no changes need to be written...

Is the correct solution here to simply compare geometries one-by-one? Since from a topological point of view, a geometry with 2 elements may be equal to a geometry with 3...

FWIW I'm not convinced that it's the right thing - in https://github.com/dotnet/efcore/issues/18921 we actually switched from topological to exact, though that was also partially driven by the lack of topological...

That makes sense to me, even if I don't fully understand the details (again am a total spatial outsider).

Thanks for your answer. For supporting PostGIS's `geometry` and `geography` data types (which are two distinct types), no actual special support is needed from NTS since both types have exactly...

Loved the rant :) Just one point - `geography` is the default for SQL Server, but I don't think this constitutes a standard EF Core decision. For example, Npgsql maps...

Any chance someone can release a version with this fix? It's been months and the issue has already been fixed... Seems like a shame to delay for so long because...