lib/sequel/adapters/tinytds.rb in sequel-5.34.0 vs lib/sequel/adapters/tinytds.rb in sequel-5.35.0
- old
+ new
@@ -14,9 +14,10 @@
opts = server_opts(server)
opts[:username] = opts[:user]
c = TinyTds::Client.new(opts)
c.query_options.merge!(:cache_rows=>false)
+ # SEQUEL6: Default to ansi: true
if opts[:ansi]
sql = %w(
ANSI_NULLS
ANSI_PADDING
ANSI_WARNINGS