Friday, March 15, 2013

Is MySQL geospatial extension supported in Google Cloud SQL?

Currently I'm using MySql 5.5 and I use to save GEOMETRY objects in database.

This is how my sql column look like:
<property name="regionMapGeometry" type="org.hibernatespatial.GeometryUserType">
            <column name="regionMapGeometry" 
                        sql-type="GEOMETRY"/> 
        </property>
Is sql-type="GEOMETRY" supported in Google Cloud SQL?

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment