mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Fix build break in row count merge
This commit is contained in:
@@ -345,7 +345,7 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
return Keys.GetString(Keys.ConnectionParamsValidateNullSqlAuth, component);
|
||||
}
|
||||
|
||||
public static string QueryServiceAffectedRows(int rows)
|
||||
public static string QueryServiceAffectedRows(long rows)
|
||||
{
|
||||
return Keys.GetString(Keys.QueryServiceAffectedRows, rows);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user