Jeremy -

The SQL code is pretty straightforward for what I am doing:

"INSERT INTO blah (text_column, text1_column, geom_column) VALUES ("foo", 
"bar", GeomFromText('POINT(-1,-1)'));"

GeomFromText takes a WKT text string and returns a MySQL spatial type.  If, 
as you say, there is a way of assigning this one column via Sequel that 
would be very useful (as there are ~10 fields I'm inserting, it would be 
quite time consuming to maintain the INSERT statements by hand).

Cheers,

kez

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sequel-talk/-/5VxBp10cnYIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to