rails-sqlserver / tiny_tds

TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Other
605 stars 191 forks source link

Compatibility Inquiry: tiny_tds 2.1.7 with Ruby 3.3.0 #551

Closed sydverisk closed 5 months ago

sydverisk commented 5 months ago

Hi,

I'm seeking confirmation regarding the compatibility of the tiny_tds 2.1.7 with the recently released Ruby 3.3.0 (December 25, 2023).

While I reviewed the gem's documentation on https://github.com/rails-sqlserver/tiny_tds/blob/master/.circleci/config.yml. ruby_version:

Given your expertise in this area, could you offer any insights or leads on this matter? Any information you can provide would be greatly appreciated.

Thank you for your time and assistance!

andyundso commented 5 months ago

Tests are also run against Linux for the same versions as on Windows.

Line 396 starts the definition of the Linux tests, Line 397 then references the same Ruby versions as used for Windows testing here.

In general, the Rubygems page also tells you the support Ruby versions on the right-side.

Hope this helps!

sydverisk commented 5 months ago

Thanks @andyundso for the confirmation. I appreciate it!