rgeo / activerecord-spatialite-adapter

ActiveRecord connection adapter for SpatiaLite, based on sqlite3 and rgeo
11 stars 14 forks source link

Handle nil spatial values #3

Closed michael-groble closed 12 years ago

michael-groble commented 12 years ago

This should fix both my previous issues #1 and #2.

There is also a small change to gracefully handle the case where enable_load_extension is not defined.

dazuma commented 12 years ago

Thanks much. I reviewed these and they look good. I'm having some trouble right now with my spatialite installation, but I'll try to get regression tests finished and an update released in the next day or two.