Re: [Geotools-devel] Postgis 2.0 raster and postgres jdbc driver version

2012-10-12 Thread Justin Deoliveira
Ahh cool. Good to know. I will probably still parameterize the version at some point though so we can run unit tests against postgres 8 and 9 easily. -Justin On Fri, Oct 12, 2012 at 7:30 AM, wrote: > Hi Justin > > I found another solution: > > If you use a postgres driver lower than version 9

Re: [Geotools-devel] Postgis 2.0 raster and postgres jdbc driver version

2012-10-12 Thread christian . mueller
Hi Justin I found another solution: If you use a postgres driver lower than version 9 you can prepare your database with ALTER DATABASE dbname SET bytea_output TO 'escape'; I will kick out my tag, prepare my test database and add this info to the user guide. I think this is the cleanest so

Re: [Geotools-devel] Postgis 2.0 raster and postgres jdbc driver version

2012-10-12 Thread Justin Deoliveira
I would use a property to make this configurable. Indeed I ran into this same problem when trying to run postgis tests against a postgresql 9.1 database. The protocol for blobs has changed which caused those tests to fail. Since we want to support both major versions of postgresql it makes sense th

Re: [Geotools-devel] improving support for spatialite

2012-10-12 Thread Justin Deoliveira
On Fri, Oct 12, 2012 at 1:09 AM, andrea antonello < [email protected]> wrote: > Sorry for coming back late. > > I just tried to add the -d32 flag to my eclipse VM args and it doesn't > recognise it. I will investigate further. > Anyways if that then forces me to less than 1 gig of ram tha

Re: [Geotools-devel] WMS client QA run for 1.3.0

2012-10-12 Thread Justin Deoliveira
On Thu, Oct 11, 2012 at 11:59 PM, Andrea Aime wrote: > On Fri, Oct 12, 2012 at 3:22 AM, Jody Garnett wrote: > >> Jody, I see you are making pull requests which involve changes to the >> referencing module >> and merge them before getting any feedback from the maintainer (ah hem, >> me). >> >> Wou

Re: [Geotools-devel] WMS client QA run for 1.3.0

2012-10-12 Thread Jody Garnett
> It's not about accepting your own pull request, what worries me most is > changes in the referencing module > which seem to be directed mostly by the haste of the moment than by a good > understanding of what > needs fixing and how. The only changes in referencing are to the various Envelope

[Geotools-devel] Postgis 2.0 raster and postgres jdbc driver version

2012-10-12 Thread christian . mueller
Long story for short. The postgis raster online test was broken and the fix is to update the postgres driver version. The module will not work with 8.x postgres drivers. The global pom contains postgresql postgresql 8.4-701.jdbc3 The imagemosaic-jd

Re: [Geotools-devel] improving support for spatialite

2012-10-12 Thread andrea antonello
Sorry for coming back late. I just tried to add the -d32 flag to my eclipse VM args and it doesn't recognise it. I will investigate further. Anyways if that then forces me to less than 1 gig of ram that is not an option for me. As a sidenote it looks like somone is working on JNI bindings, appare