alter table WIP

This commit is contained in:
Jan Prochazka
2021-09-16 09:31:10 +02:00
parent ce85f8f94d
commit 185699cb51
8 changed files with 48 additions and 15 deletions

View File

@@ -17,4 +17,6 @@ export interface SqlDumper extends AlterProcessor {
endCommand();
allowIdentityInsert(table: NamedObjectInfo, allow: boolean);
beginTransaction();
commitTransaction();
}