linq2db-postgis-extensions
linq2db-postgis-extensions copied to clipboard
Different method definition on various versions PostGIS
trafficstars
Notice that some methods have different definitions on various versions PostGIS,eg
PostGIS 2.5
geometry ST_GeneratePoints( g geometry , npoints numeric );
PostGIS 3.0
Maybe comment tag or attribution about supported version should be added?
No idea about best practice on this
Adding comment with min version will be enough... not sure, how to do it better
ok.