mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -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">
|
||||
<value>({0} row(s) affected)</value>
|
||||
<comment>.
|
||||
Parameters: 0 - rows (int) </comment>
|
||||
Parameters: 0 - rows (long) </comment>
|
||||
</data>
|
||||
<data name="QueryServiceCompletedSuccessfully" xml:space="preserve">
|
||||
<value>Command(s) copleted successfully.</value>
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user