mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Bug/negativeOneRowsAffected strings file fix (#61)
* Adding changes to sr.strings files
This commit is contained in:
@@ -240,7 +240,7 @@
|
|||||||
<data name="QueryServiceAffectedRows" xml:space="preserve">
|
<data name="QueryServiceAffectedRows" xml:space="preserve">
|
||||||
<value>({0} row(s) affected)</value>
|
<value>({0} row(s) affected)</value>
|
||||||
<comment>.
|
<comment>.
|
||||||
Parameters: 0 - rows (int) </comment>
|
Parameters: 0 - rows (long) </comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="QueryServiceCompletedSuccessfully" xml:space="preserve">
|
<data name="QueryServiceCompletedSuccessfully" xml:space="preserve">
|
||||||
<value>Command(s) copleted successfully.</value>
|
<value>Command(s) copleted successfully.</value>
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ QueryServiceFileWrapperReadOnly = This FileStreamWrapper cannot be used for writ
|
|||||||
|
|
||||||
### Query Request
|
### Query Request
|
||||||
|
|
||||||
QueryServiceAffectedRows(int rows) = ({0} row(s) affected)
|
QueryServiceAffectedRows(long rows) = ({0} row(s) affected)
|
||||||
|
|
||||||
QueryServiceCompletedSuccessfully = Command(s) copleted successfully.
|
QueryServiceCompletedSuccessfully = Command(s) copleted successfully.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user