phpmyadmin/libraries/classes/Gis
William Desportes ccc82e82b5
MULTIPOINT now has ( and ) around value
mysql 5.5: ULTIPOINT(125 50,156 250,178 143,175 80)
mysql 8.0: MULTIPOINT((125 50),(156 250),(178 143),(175 80))

Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-16 13:21:43 +02:00
..
GisFactory.php
GisGeometry.php MULTIPOINT now has ( and ) around value 2019-04-16 13:21:43 +02:00
GisGeometryCollection.php Add array type declarations 2017-09-24 23:49:59 -03:00
GisLineString.php Add array type declarations 2017-09-24 23:49:59 -03:00
GisMultiLineString.php Add array type declarations 2017-09-24 23:49:59 -03:00
GisMultiPoint.php Add array type declarations 2017-09-24 23:49:59 -03:00
GisMultiPolygon.php Add array type declarations 2017-09-24 23:49:59 -03:00
GisPoint.php Add array type declarations 2017-09-24 23:49:59 -03:00
GisPolygon.php Simplify returns 2018-01-16 10:16:56 -02:00
GisVisualization.php Fix #14383 #12865 - Fix GIS functions for mysql 8.0 2019-04-16 11:11:28 +02:00