fixed postgres split query

This commit is contained in:
Jan Prochazka
2021-04-29 08:55:38 +02:00
parent 505ab2e075
commit 519767fd49
5 changed files with 15 additions and 300 deletions

View File

@@ -7,6 +7,5 @@ export * from './DatabaseAnalyser';
export * from './driverBase';
export * from './SqlDumper';
export * from './testPermission';
export * from './splitPostgresQuery';
export * from './SqlGenerator';
export * from './structureTools';