Ticket #1291 (closed defect: fixed)
SPATIAL support for MySQL
| Reported by: | nalbion | Owned by: | romanb |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Native SQL | Version: | 1.0.0 |
| Severity: | Keywords: | spatial mysql | |
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | yes |
Description
I've noticed that Doctrine_DataDict_Mysql->keywords includes 'SPATIAL', but not the specific spatial types: GEOMETRY, LINESTRING, POINT, POLYGON etc. http://trac.phpdoctrine.org/browser/branches/0.11/lib/Doctrine/DataDict/Mysql.php
http://dev.mysql.com/doc/refman/5.0/en/mysql-spatial-datatypes.html
There exists SPATIAL support for Oracle within PHP: http://blogs.oracle.com/opal/2008/03/location_awareness_with_oracle.html
Attachments
Change History
Note: See
TracTickets for help on using
tickets.