mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
fix decimal datatype handling (#1352)
* Revert "Revert query execution changes (#1341)"
This reverts commit cb290cdbb5.
* fix decimal and money
* timestamp
* fix code and tests
* add sql variant test
This commit is contained in:
@@ -303,6 +303,11 @@
|
||||
<value>Result set has too many rows to be safely loaded</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="QueryServiceUnsupportedSqlVariantType" xml:space="preserve">
|
||||
<value>The underlying type "{0}" for sql variant column "{1}" could not be resolved.</value>
|
||||
<comment>.
|
||||
Parameters: 0 - underlyingType (string), 1 - columnName (string) </comment>
|
||||
</data>
|
||||
<data name="QueryServiceSaveAsResultSetNotComplete" xml:space="preserve">
|
||||
<value>Result cannot be saved until query execution has completed</value>
|
||||
<comment></comment>
|
||||
|
||||
Reference in New Issue
Block a user