Alex Nordlund
Alex Nordlund
Ah. My bad. I don't suppose it's possible to do it with prepared statements somehow? On Tue, Mar 19, 2013 at 5:32 PM, Zac McCormick [email protected]: > I tested it...
Right, the problem I'm seeing there is how to properly create the spatialized prepared statement. If I create the prepared statement like normal and run db.spatialite(function(err) { db.each(qry.run(53.36548645,-6.457246577), function(err, row)...
Let's nevermind that for a moment. I gave up and used the code you mentioned, now I'm getting exciting results. It returns the correct row and then segfaults. Following is...
I'm on v0.10.0, but it seems to me to be a SQLite/spatialite related. The following database with the following code produces the crash: http://x13.se/~deepy/new.db var qry = 'SELECT name, ((X(Geometry)-X(loc))_(X(Geometry)-X(loc)))...
@colindean if you move the ext {} *into* your buildscript {} this should work If you want a simple debug, try ```groovy task version doLast {task -> println "This is...
Suggested workaround: push tag 0.0.0 on initial commit.
The latest version of master contains support for v-prefix versions but as I've changed jobs I don't have the ability to push a new release to the plugin portal If...
Hi @joepjoosten, thank you for your contribution, it looks great! There's just this one little minor thing before we can merge it.
Fantastic :-) Have you signed the CLA? https://www.cinnober.com/cla
The idea of a pure-java version does actually sound pretty appealing! (Even more so when you think about all the process management we wouldn't have to do) I'll see if...