We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c76f3b commit c91bf90Copy full SHA for c91bf90
lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -361,6 +361,10 @@ def empty_insert_statement(table_name)
361
"INSERT INTO #{quote_table_name(table_name)} DEFAULT VALUES"
362
end
363
364
+ def case_sensitive_equality_operator
365
+ "COLLATE Latin1_General_CS_AS ="
366
+ end
367
+
368
# SCHEMA STATEMENTS ========================================#
369
370
def native_database_types
0 commit comments