linq2db-postgis-extensions icon indicating copy to clipboard operation
linq2db-postgis-extensions copied to clipboard

Different method definition on various versions PostGIS

Open sharkAndshark opened this issue 4 years ago • 3 comments
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

geometry ST_GeneratePoints( g geometry , npoints integer ); geometry ST_GeneratePoints( g geometry , npoints integer , seed integer );

Maybe comment tag or attribution about supported version should be added?

sharkAndshark avatar Apr 22 '21 13:04 sharkAndshark

No idea about best practice on this

sharkAndshark avatar Apr 22 '21 13:04 sharkAndshark

Adding comment with min version will be enough... not sure, how to do it better

apdevelop avatar Apr 22 '21 13:04 apdevelop

ok.

sharkAndshark avatar Apr 22 '21 13:04 sharkAndshark