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 c21f97f commit b5e974fCopy full SHA for b5e974f
lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -434,6 +434,7 @@ def connect
434
client.execute("SET ANSI_PADDING ON").do
435
client.execute("SET QUOTED_IDENTIFIER ON")
436
client.execute("SET ANSI_WARNINGS ON").do
437
+ client.execute("SET CONCAT_NULL_YIELDS_NULL ON").do
438
else
439
client.execute("SET ANSI_DEFAULTS ON").do
440
client.execute("SET CURSOR_CLOSE_ON_COMMIT OFF").do
0 commit comments