Public Access
extractor erstmal fertig
- er findet fast alle tabellen - quellcode wird entpackt wenn er in einer variable ist
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user