mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
fixed replicator for oracle
This commit is contained in:
@@ -7,7 +7,7 @@ export function isTypeNumeric(dataType) {
|
||||
}
|
||||
|
||||
export function isTypeFloat(dataType) {
|
||||
return dataType && /float|single|double/i.test(dataType);
|
||||
return dataType && /float|single|double|number/i.test(dataType);
|
||||
}
|
||||
|
||||
export function isTypeNumber(dataType) {
|
||||
|
||||
Reference in New Issue
Block a user