fix oracle driver to work with latest typeorm #328

This commit is contained in:
kononnable 2021-02-22 20:03:47 +01:00
parent 955d694785
commit 0f19ab0e26

View File

@ -13,7 +13,7 @@ import { RelationInternal } from "../models/RelationInternal";
export default class OracleDriver extends AbstractDriver {
public defaultValues: DataTypeDefaults = new TypeormDriver.OracleDriver({
options: undefined,
options: {},
} as any).dataTypeDefaults;
public readonly standardPort = 1521;