mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
@@ -127,7 +127,8 @@ export class PredictService {
|
||||
result.rows.forEach(row => {
|
||||
list.push({
|
||||
columnName: row[0].displayValue,
|
||||
dataType: row[1].displayValue.toLocaleUpperCase()
|
||||
dataType: row[1].displayValue.toLocaleUpperCase(),
|
||||
maxLength: row[2].isNull ? undefined : +row[2].displayValue.toLocaleUpperCase()
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user