You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#{sql.dup.insertsql.index(/ (DEFAULT )?VALUES/i)," OUTPUT #{pk_and_types.map{ |pk_and_type| "INSERTED.#{pk_and_type[:quoted]}"}.join(", ")} INTO @ssaIdInsertTable"}
357
357
SELECT #{pk_and_types.map{ |pk_and_type| "CAST(#{pk_and_type[:quoted]} AS #{pk_and_type[:id_sql_type]}) #{pk_and_type[:quoted]}"}.join(", ")} FROM @ssaIdInsertTable
assert_equalcount,matched_queries.size,"#{matched_queries.size} instead of #{count} queries were executed.#{count.log.empty? ? '' : "\nQueries:\n#{counter.log.join("\n")}"}"
38
+
assert_equalcount,matched_queries.size,"#{matched_queries.size} instead of #{count} queries were executed.#{"\nQueries:\n#{counter.log.join("\n")}"unlesscount.log.empty?}"
39
39
else
40
-
assert_operatormatched_queries.size,:>=,1,"1 or more queries expected, but none were executed.#{counter.log.empty? ? '' : "\nQueries:\n#{counter.log.join("\n")}"}"
40
+
assert_operatormatched_queries.size,:>=,1,"1 or more queries expected, but none were executed.#{"\nQueries:\n#{counter.log.join("\n")}"unlesscounter.log.empty?}"
0 commit comments