mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
use culture invariant display value for number conversion
This commit is contained in:
1
src/sql/sqlops.d.ts
vendored
1
src/sql/sqlops.d.ts
vendored
@@ -816,6 +816,7 @@ declare module 'sqlops' {
|
||||
export interface DbCellValue {
|
||||
displayValue: string;
|
||||
isNull: boolean;
|
||||
invariantCultureDisplayValue: string;
|
||||
}
|
||||
|
||||
export interface ResultSetSubset {
|
||||
|
||||
Reference in New Issue
Block a user