[postgis-users] Inserting geometries using a JDBC PreparedStatement

Yeroc cplists at gmail.com
Tue Jul 25 08:03:32 PDT 2006


Guido,

Thanks a lot!  That's the one thing I didn't try and when you think about
it, should have been the most obvious. :/  The new behavior actually makes
more sense than before since calling setString() should automatically put in
the appropriate quotes.  The single quotes I was putting into the string
were probably being escaped.

Thanks again,
Corey


Guido Lemoine wrote:
> 
> Corey,
> 
> Apparently, you do no longer need the single quote around the LINESTRING.
> I reproduced your problem and found that dropping the single quotes 
> solves the
> problem. I am using 8.0.3/1.0. Curious.
> 
> GL
> 
-- 
View this message in context: http://www.nabble.com/Inserting-geometries-using-a-JDBC-PreparedStatement-tf1993730.html#a5487020
Sent from the PostGIS - User forum at Nabble.com.




More information about the postgis-users mailing list