From 1f7de91cc58b93825df65cc2ebd85295d95357b2 Mon Sep 17 00:00:00 2001 From: Benjamin Russell Date: Thu, 22 Sep 2016 11:11:59 -0700 Subject: [PATCH] Bug/negativeOneRowsAffected strings file fix (#61) * Adding changes to sr.strings files --- src/Microsoft.SqlTools.ServiceLayer/sr.resx | 2 +- src/Microsoft.SqlTools.ServiceLayer/sr.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/sr.resx index c83b9a1c..3f8e9318 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/sr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/sr.resx @@ -240,7 +240,7 @@ ({0} row(s) affected) . - Parameters: 0 - rows (int) + Parameters: 0 - rows (long) Command(s) copleted successfully. diff --git a/src/Microsoft.SqlTools.ServiceLayer/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/sr.strings index 444e0af8..a9945f20 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/sr.strings +++ b/src/Microsoft.SqlTools.ServiceLayer/sr.strings @@ -103,7 +103,7 @@ QueryServiceFileWrapperReadOnly = This FileStreamWrapper cannot be used for writ ### Query Request -QueryServiceAffectedRows(int rows) = ({0} row(s) affected) +QueryServiceAffectedRows(long rows) = ({0} row(s) affected) QueryServiceCompletedSuccessfully = Command(s) copleted successfully.