Skip to content

Commit

Permalink
Use modern 7.3 TDSVER default for modern FreeTDS
Browse files Browse the repository at this point in the history
I am the author of Ruby's TinyTDS and ActiveRecord SQL Server stack. I work close with the FreeTDS team too. The 0.95 version bring long awaited support to 2008 and upward data types like [datetime2]. These types are only usable under the TDSVER of 7.3 and upward. Changing the default does not stop others from using it, but it does modern expectations for data types that have been out since 2008.

Closes #504.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
metaskills authored and apjanke committed Apr 21, 2016
1 parent d378a48 commit 297040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/freetds.rb
Expand Up @@ -38,7 +38,7 @@ class Freetds < Formula
def install
args = %W[
--prefix=#{prefix}
--with-tdsver=7.1
--with-tdsver=7.3
--mandir=#{man}
]

Expand Down

0 comments on commit 297040c

Please sign in to comment.