-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to MSSQL/TSQL (Azure) #934
Comments
Sorry, but I feel similarly about MSSQL as about Oracle (see #535). These databases are not especially popular in the Ruby community and the effort required to add compatibility is quite significant. Only way I could consider adding is if someone submitted a clean pull request (minimal code changes) that included the necessary updates to Travis CI config. Even then, I'd really have to weight the depth and complexity of the code changes against the benefits. |
What about doing it like sqlite? |
I don't like how SQLite is handled currently. Ideally there would be separate drivers for each DB system. The way SQLite is currently implemented it's a special case, handled mostly by |
based on this: |
OK, you're welcome to submit a PR but just to be clear: there is a good chance I won't merge because I can't currently think of an implementation that I feel comfortable with. Even if not merged, your work will still be useful because you'll be able to install the gem from your own repo. Just wanted to be clear about this. |
Hello.
Im running rails app on Jruby with MSSQL database but geocoder deosnt support that. Queries have ATAN2 instead of ATN2 of MSSQL. If You need a database I can setup one in azure for the matter of working on that. I You need my help, just tell me.
The text was updated successfully, but these errors were encountered: