editing table works

This commit is contained in:
Jan Prochazka
2024-09-11 09:16:08 +02:00
parent 15c400747e
commit ae9ffe1aef
6 changed files with 64 additions and 10 deletions

View File

@@ -173,4 +173,8 @@ export const driverBase = {
parseSqlNull: true,
parseHexAsBuffer: true,
},
createSaveChangeSetScript(changeSet, dbinfo, defaultCreator) {
return defaultCreator(changeSet, dbinfo);
},
};