feat: return `multiInsertSupported` in `getMetadata`
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
This commit is contained in:
parent
2572e941f4
commit
2ca54fa371
|
@ -84,6 +84,7 @@ Connector.prototype.getMetadata = function() {
|
||||||
types: this.getTypes(),
|
types: this.getTypes(),
|
||||||
defaultIdType: this.getDefaultIdType(),
|
defaultIdType: this.getDefaultIdType(),
|
||||||
isRelational: this.isRelational(),
|
isRelational: this.isRelational(),
|
||||||
|
multiInsertSupported: !!this.multiInsertSupported,
|
||||||
schemaForSettings: {},
|
schemaForSettings: {},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue