extractor erstmal fertig

- er findet fast alle tabellen
- quellcode wird entpackt wenn er in einer variable ist
This commit is contained in:
2026-08-09 00:47:23 +02:00
parent 24caf23986
commit d4337ad1a5
116 changed files with 887 additions and 864 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
"*table.update([table.suffix_code], [table.code])"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.suffix_code], [table.code]))",
"code": "(Transaction().connection.cursor()).execute(*table.update(\n [table.suffix_code],\n [table.code]))",
"phase": "after_super",
"condition": "fill_suffix_code"
},
@@ -35,7 +35,7 @@
"[table.code]"
],
"kwargs": {},
"code": "table.update([table.suffix_code], [table.code])",
"code": "table.update(\n [table.suffix_code],\n [table.code])",
"phase": "after_super",
"condition": "fill_suffix_code"
}