1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: wrong result fields type and order with some queries

This commit is contained in:
2020-10-20 13:12:12 +02:00
parent 580105e9f3
commit a8cd17748f
5 changed files with 15 additions and 9 deletions

View File

@ -351,6 +351,7 @@ export class MySQLClient extends AntaresCore {
const remappedFields = fields ? fields.map(field => {
return {
name: field.name,
orgName: field.orgName,
schema: field.db,
table: field.orgTable,
type: 'varchar'