apm-agent-ruby icon indicating copy to clipboard operation
apm-agent-ruby copied to clipboard

Support for MS SQL Server

Open danilvoe opened this issue 7 years ago • 3 comments

I want to see support for calls to MS SQL Server. The project has a call to the database MS SQL Server to get data. Gem used tiny_tds

danilvoe avatar Jan 23 '19 13:01 danilvoe

Hi @danilvoe. Is the app a Rails app using ActiveRecord? If it is then MS SQL Server should be supported through that.

mikker avatar Jan 24 '19 09:01 mikker

No, the application itself does not use MS SQL; several methods in the code request information from MS SQL directly. gem used https://github.com/rails-sqlserver/tiny_tds

danilvoe avatar Jan 24 '19 11:01 danilvoe

Got it. I'll have to see if I can find the time. Otherwise you're very welcome to submit a PR with a Spy.

See the others for reference

mikker avatar Jan 24 '19 11:01 mikker