Skip to content

Commit 7a1552d

Browse files
committed
Updated comment
1 parent e24ec67 commit 7a1552d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/active_record/connection_adapters/sqlserver/core_ext/query_methods.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ module QueryMethods
99

1010
private
1111

12-
# Copy of original from Rails master. This patch can be removed when adapter supports Rails 6.
12+
# Copy of original from Rails master.
13+
# This patch can be removed when adapter supports Rails version greater than 6.0.2.2
1314
def table_name_matches?(from)
1415
table_name = Regexp.escape(table.name)
1516
quoted_table_name = Regexp.escape(connection.quote_table_name(table.name))

0 commit comments

Comments
 (0)