module Sequel::MSSQL::DatabaseMethods

def set_mssql_unicode_strings

Set the mssql_unicode_strings settings from the given options.
def set_mssql_unicode_strings
  @mssql_unicode_strings = typecast_value_boolean(@opts.fetch(:mssql_unicode_strings, true))
end