-
Notifications
You must be signed in to change notification settings - Fork 189
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
After installing tiny_tds, the command tsql fails with an implicit conversion error #374
Comments
This seems to be because the Maybe we should consider renaming the tiny_tds version of tsql to tinytds-tsql to avoid naming conflicts with the system tsql? |
I think that is best. The main usage for these bins was |
Well I'd love to just remove them (deleting code is my favorite pastime), but given that the adapter depends on defncopy today I think I'm more in favor of a rename until something better can replace the tools. |
Closing this because #377 is happening. Doing so does not diminish what the adapter needs, it just means people will have to wire up their $PATH as needed which is always a good thing. |
The previous names conflict with the built in FreeTDS executables forcing you to overwrite them at gem install time. This solves the problem by namespacing the executables to avoid the conflict until. Resolves #374
The previous names conflict with the built in FreeTDS executables forcing you to overwrite them at gem install time. This solves the problem by namespacing the executables to avoid the conflict until. Resolves rails-sqlserver#374
While testing #346 I found that
tsql
fails with the following error in 2.1.0.pre1:The text was updated successfully, but these errors were encountered: