Zac McCormick

Results 12 comments of Zac McCormick

+1 to seeing this one fixed. Once this gets fixed I can complete the conversion of 2 apps to this SDK :) This one is just kind of critical because...

I've spent the last 2 days digging into a similar issue before finally fixing it and finding this issue. We run nginx + unicorn + rails 4.x with this gem...

Thanks for this! A few notes here: - Can you please regenerate the bindings with the latest version of SWIG? I see it was generated using a previous version. -...

One more question, does this change work with older versions of the GDAL binaries or does this _require_ 2.1.x to work? That's a pretty major upgrade if it requires the...

Only SELECT deparsing is implemented so far. PR's welcome though!

Can you paste a complete code snippet that reproduces it? It might be related to the setup code....

Thanks! I'll take a look when I get a chance.

I have a branch with compiled binaries working. It only has x64 linux binaries so far... ``` npm install spatialite@zhm/node-spatialite#binaries --save ```

I would like to fix this, but it's a ton of work... Basically when I originally created this project I put in a ton of effort to gyp-ify the entire...

I tested it and the X() function works for me. Are you calling the `spatialite` function to initialize the plugin? Example: ``` js var sqlite = require('spatialite'); var db =...