Menu

#2278 FUNCTION databaseName.AsText does not exist

2.8.0.3
duplicate
nobody
None
5
2013-06-11
2006-10-21
Kyle Mulka
No

This bug may be because phpMyAdmin does not support the
spatial extension to MySQL at all yet. If so, it would
be nice to support it soon.

When I try this query using phpMyAdmin:
SELECT AsText(g) FROM `geom`;

I get this error:
#1305 - FUNCTION liveugli-locations.AsText does not exist

This error does not come up on the mysql command line.

Here is the table creation and insert SQL queries:
CREATE TABLE geom (g GEOMETRY);
INSERT INTO `geom` (`g`) VALUES (GeomFromText('POINT(0
0)'));

Discussion

  • Michal Čihař

    Michal Čihař - 2006-10-25
    • status: open --> closed-duplicate
     
  • Michal Čihař

    Michal Čihař - 2006-10-25

    Logged In: YES
    user_id=192186

    Support for spatial extgension is for long in feature
    request tracker. Unfortunately none of developer use it, so
    it is very low priority. In fact best would be if some user
    of it would write or help with writing it.

     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-duplicate --> duplicate
     
MongoDB Logo MongoDB