Andy Pfister

Results 91 comments of Andy Pfister

So I tried it without an external minor, color profile is the one set by Mac OS X, same effect.

[Profile-20211117T183610.json.zip](https://github.com/aleksey-hoffman/sigma-file-manager/files/7556756/Profile-20211117T183610.json.zip)

Can confirm there is still something bugged in this area. Built a tunnel and had to change some segments. When trying to connect the segment manually created with the one...

Could be that `tsql` knows or negotiates the possible TDS protocol version, while `tiny_tds` does not do that. according to [this page](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/135d0ebe-5c4c-4a94-99bf-1811eccb9f4a) from Microsoft, SQL server 2005 supports TDS v7.2....

In the meantime, if any one stumbles upon this, you can remove the `select` from the query that the gem adds with `unscope`. ```ruby class Stuff < ApplicationRecord acts_as_taggable has_many...

that's correct, #530 and #533 addressed this.

Fix has been merged with #545 (original PR: #531) and was released with 2.1.6. It should no longer be necessary to pass `--with-freetds-include` or `--with-freetds-lib` on Macs with Apple Silicon.

I pushed the missing tags v2.1.1, v2.1.2, v2.1.3 and v2.1.4. I did not add tags for the prelease versions. Let me know if those are needed in some way.

Fix has been merged with #545 (original PR: #531) and was released with 2.1.6. It should no longer be necessary to pass `--with-freetds-include` or `--with-freetds-lib` on Macs with Apple Silicon.

Fix has been merged with #545 (original PR: #531) and was released with 2.1.6. It should no longer be necessary to pass `--with-freetds-include` or `--with-freetds-lib` on Macs with Apple Silicon.