feat: return `multiInsertSupported` in `getMetadata`

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
This commit is contained in:
Rifa Achrinza 2022-12-10 20:28:17 +08:00
parent 2572e941f4
commit 2ca54fa371
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ Connector.prototype.getMetadata = function() {
types: this.getTypes(),
defaultIdType: this.getDefaultIdType(),
isRelational: this.isRelational(),
multiInsertSupported: !!this.multiInsertSupported,
schemaForSettings: {},
};
}