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

refactor(Firebird SQL): improve fields metadata detection

This commit is contained in:
2022-11-09 17:41:31 +01:00
parent 0827a04d61
commit 03777a2ea3
5 changed files with 71 additions and 22 deletions

View File

@@ -35,7 +35,8 @@ export const NUMBER = [
'SERIAL',
'BIGSERIAL',
'OID',
'XID'
'XID',
'INT64'
];
export const FLOAT = [