Re: [Geotools-devel] improving support for spatialite

2012-11-20 Thread Andrea Aime
On Tue, Nov 20, 2012 at 3:58 PM, Justin Deoliveira wrote: > > Do you have any one in particular you like? Indeed having it be a jdbc > datastore is quite nice to inherit the tests. But if there is another lib > that makes it easier to integrate with spatialite it just might be worth > it. The pain

Re: [Geotools-devel] improving support for spatialite

2012-11-20 Thread Justin Deoliveira
On Tue, Nov 20, 2012 at 7:40 AM, Andrea Aime wrote: > On Tue, Nov 20, 2012 at 3:34 PM, Justin Deoliveira > wrote: > >> The sqlitejdbc project. >> >> http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC >> >> A while back i submitted a patch but it was pretty rough, again lacking >> any support for

Re: [Geotools-devel] improving support for spatialite

2012-11-20 Thread Andrea Aime
On Tue, Nov 20, 2012 at 3:34 PM, Justin Deoliveira wrote: > The sqlitejdbc project. > > http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC > > A while back i submitted a patch but it was pretty rough, again lacking > any support for 64 bit windows. > > http://code.google.com/p/xerial/issues/det

Re: [Geotools-devel] improving support for spatialite

2012-11-20 Thread Justin Deoliveira
The sqlitejdbc project. http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC A while back i submitted a patch but it was pretty rough, again lacking any support for 64 bit windows. http://code.google.com/p/xerial/issues/detail?id=86 Since then i have improved upon this but haven't updated the

Re: [Geotools-devel] improving support for spatialite

2012-11-20 Thread andrea antonello
Hi Justin, one quick question, you are having problems to get your patches into the sqlite project or in the spatialite project? Thanks, Andrea On Fri, Oct 12, 2012 at 3:03 PM, Justin Deoliveira wrote: > > > On Fri, Oct 12, 2012 at 1:09 AM, andrea antonello > wrote: >> >> Sorry for coming back

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] 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

Re: [Geotools-devel] improving support for spatialite

2012-10-11 Thread Justin Deoliveira
On Thu, Oct 11, 2012 at 8:09 AM, Jody Garnett wrote: > Let me check, I think they relented on that for the 2012 edition. > > Looks like wikipedia[1] thinks they did > > *Visual Studio Express 2012 for Windows Desktop* > *Allows development of conventional Windows desktop applications in C#, > VB.

Re: [Geotools-devel] improving support for spatialite

2012-10-11 Thread Jody Garnett
Let me check, I think they relented on that for the 2012 edition. Looks like wikipedia[1] thinks they did Visual Studio Express 2012 for Windows Desktop Allows development of conventional Windows desktop applications in C#, VB.NET and C++, targeting Windows client technologies such as Windows P

Re: [Geotools-devel] improving support for spatialite

2012-10-11 Thread Justin Deoliveira
On Thu, Oct 11, 2012 at 7:16 AM, Jody Garnett wrote: > Right. So, the story was that i wasn't able to figure out how to compile > for windows 64 bit. I didn't want to buy vistual studio professional and i > couldn't for the life of me get mingw-64 to work so i more or less gave up. > > Microsoft r

Re: [Geotools-devel] improving support for spatialite

2012-10-11 Thread Jody Garnett
> Right. So, the story was that i wasn't able to figure out how to compile for > windows 64 bit. I didn't want to buy vistual studio professional and i > couldn't for the life of me get mingw-64 to work so i more or less gave up. > > > > Microsoft relented on the visual studio thing in an ef

Re: [Geotools-devel] improving support for spatialite

2012-10-11 Thread Justin Deoliveira
Hi Andrea, Some comments inline. On Wed, Oct 10, 2012 at 3:28 PM, andrea antonello < [email protected]> wrote: > Hi Justin, > I am trying to investigate enablement of spatialite support for uDig > and am having some issues with sqlite's native libraries even before I > get to the whole

[Geotools-devel] improving support for spatialite

2012-07-16 Thread Justin Deoliveira
Hi all, Over the weekend I decided to spent some time on long outstanding todo item, improving our spatialite support. I just pushed some changes which I hope will allow the driver to be more easily used and on more platforms. Basically to sum up the work: * I updated the sqlitejdbc driver to inc