mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -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);
|
return Keys.GetString(Keys.ConnectionParamsValidateNullSqlAuth, component);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string QueryServiceAffectedRows(int rows)
|
public static string QueryServiceAffectedRows(long rows)
|
||||||
{
|
{
|
||||||
return Keys.GetString(Keys.QueryServiceAffectedRows, rows);
|
return Keys.GetString(Keys.QueryServiceAffectedRows, rows);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user