mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
removed incorrect dataType of duckdb result
This commit is contained in:
committed by
Nybkox
parent
004de824ba
commit
750265cb79
@@ -8,7 +8,7 @@ function getColumnsInfo(columnNames, columnTypes) {
|
||||
for (let i = columnNames.length - 1; i >= 0; i--) {
|
||||
columns.push({
|
||||
columnName: columnNames[i],
|
||||
dataType: columnTypes[i],
|
||||
// dataType: columnTypes[i],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user