mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix(MySQL): creating temporary tables on export to overcome view dependency errors
This commit is contained in:
@ -102,7 +102,7 @@ export class MySQLClient extends AntaresCore {
|
||||
return { name, length };
|
||||
}
|
||||
|
||||
private _getTypeInfo (type: string) {
|
||||
_getTypeInfo (type: string) {
|
||||
return dataTypes
|
||||
.reduce((acc, group) => [...acc, ...group.types], [])
|
||||
.filter((_type) => _type.name === type.toUpperCase())[0];
|
||||
|
Reference in New Issue
Block a user