This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Support for Oracle Enhanced #18
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I work for IPS MeteoStar (http://www.meteostar.com). We have been maintaining an internally developed patch to spatial adapter for several years that adds support for oracle spatial. I wrote the initial version and other employees have worked on it over time to support rails upgrades, etc. We've been meaning to contribute it back to the open source community for a while, but as it always depended on the newer (2.0) version of oci8, we thought it would be best to wait until that was released, along with a Rails adapter that supported oci8 2.0 (oracle enhanced).
Last week I extracted some of our extensions to spatial adapter, upgraded to the latest (we've been running on a very old version of it, since before it was on github), wrote rspec tests to match the other postgresql and mysql tests, and removed some of the patches that were no longer necessary, and then checked it in to my branch here on github.
Let me know if you have any questions or modifications you'd like to see before accepting the code.