Skip to content

Commit b5e974f

Browse files
author
Matt Jarjoura
committed
https://github.com/noel/activerecord-sqlserver-adapter/commit/c3b517178429296a329c6bfd4ddad855b998af2d
1 parent c21f97f commit b5e974f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ def connect
434434
client.execute("SET ANSI_PADDING ON").do
435435
client.execute("SET QUOTED_IDENTIFIER ON")
436436
client.execute("SET ANSI_WARNINGS ON").do
437+
client.execute("SET CONCAT_NULL_YIELDS_NULL ON").do
437438
else
438439
client.execute("SET ANSI_DEFAULTS ON").do
439440
client.execute("SET CURSOR_CLOSE_ON_COMMIT OFF").do

0 commit comments

Comments
 (0)