Skip to content

Commit e8c1562

Browse files
committed
Fix doc example.
1 parent 2d3b01b commit e8c1562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ def connect
434434

435435
# Override this method so every connection can be configured to your needs.
436436
# For example:
437-
# do_execute "SET TEXTSIZE #{64.megabytes}"
438-
# do_execute "SET CONCAT_NULL_YIELDS_NULL ON"
437+
# raw_connection_do "SET TEXTSIZE #{64.megabytes}"
438+
# raw_connection_do "SET CONCAT_NULL_YIELDS_NULL ON"
439439
def configure_connection
440440
end
441441

0 commit comments

Comments
 (0)