Re: [JPP-Devel] Patch fixing PostGis datastore "unknown WKB type 48" error

2011-03-30 Thread Etienne Bellemare
Wow ! That's going to be useful. How does it handle two geom fields ? Etienne On Wed, Mar 30, 2011 at 12:19 AM, Larry Reeder wrote: > I've got a patch that allows direct selection of a PostGis geometry > column without needing to use ST_AsBinary() to get past that "unknown > WKB type 48" error.

Re: [JPP-Devel] Patch fixing PostGis datastore "unknown WKB type 48" error

2011-04-06 Thread Etienne Bellemare
Cool ! It worked for me. SELECT * FROM table Etienne 2011/4/4 Michaël Michaud > Hi Larry, > > Works fine, this patch will be much appreciated ! > > Thanks, > > Michaël > > Le 01/04/2011 06:03, Larry Reeder a écrit : > > Thanks ede, It took a while to work through some problems with my > > so