phpmyadmin/libraries/classes/Controllers/Table
Lakshay arora 0da5857b5d Fix for issues with spatial fields (#14125)
*  Fix for issues with spatial fields

Fixes the following issues:

1.    #14068 SPATIAL fields with no unique index/autoincrement error when clicking
      This error occurs when there is no unique column to uniquely identify a tuple. I've disabled the geomtery view and made view as wkt the default view in such cases.

2.    #14121 View spatial fields as WKT doesn't work

1.    #14067 IS NULL search operator produces no WHERE SQL with spatial fields

Signed-Off-By: Lakshay arora <arora.lakshya123@gmail.com>

* Fix for issues with spatial fields
This commit fixes view as BINARY not working in the previous commit.
Signed-Off-By: Lakshay arora <arora.lakshya123@gmail.com>

* Fix for issues with spatial fields

Fixes typo in previous commits.

Signed-Off-By: Lakshay arora <arora.lakshya123@gmail.com>
(cherry picked from commit 9231620c2d)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-12 03:54:28 -03:00
..
TableChartController.php Fix #14239 Line and some other charts ignore result set order of values chosen for the x-axis 2018-05-06 08:59:06 +10:00
TableGisVisualizationController.php
TableIndexesController.php
TableRelationController.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
TableSearchController.php Fix for issues with spatial fields (#14125) 2018-05-12 03:54:28 -03:00
TableStructureController.php Fix MariaDB 10.2 current_timestamp() 2018-05-08 07:39:53 -03:00