mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 19:56:00 +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--) {
|
for (let i = columnNames.length - 1; i >= 0; i--) {
|
||||||
columns.push({
|
columns.push({
|
||||||
columnName: columnNames[i],
|
columnName: columnNames[i],
|
||||||
dataType: columnTypes[i],
|
// dataType: columnTypes[i],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user