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
+13 -13
View File
@@ -19,7 +19,7 @@
"*table.update([table.user], [table.create_uid])"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.user], [table.create_uid]))",
"code": "(Transaction().connection.cursor()).execute(*table.update([table.user], [table.create_uid]))",
"phase": "after_super",
"condition": "not user_exists"
},
@@ -144,7 +144,7 @@
"*table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id)"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id))",
"code": "(transaction.connection.cursor()).execute(*table.update(\n [table.model], [model.name],\n from_=[model],\n where=table._temp_model == model.id))",
"phase": "before_super",
"condition": "table_h.column_exist('model') and table_h.column_is_type('model', 'INTEGER')"
},
@@ -163,7 +163,7 @@
"from_": "[model]",
"where": "table._temp_model == model.id"
},
"code": "table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id)",
"code": "table.update(\n [table.model], [model.name],\n from_=[model],\n where=table._temp_model == model.id)",
"phase": "before_super",
"condition": "table_h.column_exist('model') and table_h.column_is_type('model', 'INTEGER')"
},
@@ -248,7 +248,7 @@
"*table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id)"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id))",
"code": "(transaction.connection.cursor()).execute(*table.update(\n [table.model], [model.name],\n from_=[model],\n where=table._temp_model == model.id))",
"phase": "before_super",
"condition": "table_h.column_exist('model') and table_h.column_is_type('model', 'INTEGER')"
},
@@ -267,7 +267,7 @@
"from_": "[model]",
"where": "table._temp_model == model.id"
},
"code": "table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id)",
"code": "table.update(\n [table.model], [model.name],\n from_=[model],\n where=table._temp_model == model.id)",
"phase": "before_super",
"condition": "table_h.column_exist('model') and table_h.column_is_type('model', 'INTEGER')"
},
@@ -353,7 +353,7 @@
"*table.update([table.model, table.field], [field.model, field.name], from_=[field], where=table._temp_field == field.id)"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.model, table.field], [field.model, field.name], from_=[field], where=table._temp_field == field.id))",
"code": "(transaction.connection.cursor()).execute(*table.update(\n [table.model, table.field],\n [field.model, field.name],\n from_=[field],\n where=table._temp_field == field.id))",
"phase": "before_super",
"condition": "table_h.column_exist('field') and table_h.column_is_type('field', 'INTEGER')"
},
@@ -372,7 +372,7 @@
"from_": "[field]",
"where": "table._temp_field == field.id"
},
"code": "table.update([table.model, table.field], [field.model, field.name], from_=[field], where=table._temp_field == field.id)",
"code": "table.update(\n [table.model, table.field],\n [field.model, field.name],\n from_=[field],\n where=table._temp_field == field.id)",
"phase": "before_super",
"condition": "table_h.column_exist('field') and table_h.column_is_type('field', 'INTEGER')"
},
@@ -442,7 +442,7 @@
"*table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id)"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id))",
"code": "(transaction.connection.cursor()).execute(*table.update(\n [table.model], [model.name],\n from_=[model],\n where=table._temp_model == model.id))",
"phase": "before_super",
"condition": "table_h.column_exist('model') and table_h.column_is_type('model', 'INTEGER')"
},
@@ -461,7 +461,7 @@
"from_": "[model]",
"where": "table._temp_model == model.id"
},
"code": "table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id)",
"code": "table.update(\n [table.model], [model.name],\n from_=[model],\n where=table._temp_model == model.id)",
"phase": "before_super",
"condition": "table_h.column_exist('model') and table_h.column_is_type('model', 'INTEGER')"
},
@@ -567,7 +567,7 @@
"*table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id)"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id))",
"code": "(transaction.connection.cursor()).execute(*table.update(\n [table.model], [model.name],\n from_=[model],\n where=table._temp_model == model.id))",
"phase": "before_super",
"condition": "table_h.column_exist('model') and table_h.column_is_type('model', 'INTEGER')"
},
@@ -586,7 +586,7 @@
"from_": "[model]",
"where": "table._temp_model == model.id"
},
"code": "table.update([table.model], [model.name], from_=[model], where=table._temp_model == model.id)",
"code": "table.update(\n [table.model], [model.name],\n from_=[model],\n where=table._temp_model == model.id)",
"phase": "before_super",
"condition": "table_h.column_exist('model') and table_h.column_is_type('model', 'INTEGER')"
},
@@ -663,7 +663,7 @@
"*table.update([table.model], [view.select(view.model, where=view.id == table.view)], where=table.model == Null)"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.model], [view.select(view.model, where=view.id == table.view)], where=table.model == Null))",
"code": "(Transaction().connection.cursor()).execute(*table.update(\n [table.model],\n [view.select(view.model, where=view.id == table.view)],\n where=table.model == Null))",
"phase": "after_super"
},
{
@@ -681,7 +681,7 @@
"kwargs": {
"where": "table.model == Null"
},
"code": "table.update([table.model], [view.select(view.model, where=view.id == table.view)], where=table.model == Null)",
"code": "table.update(\n [table.model],\n [view.select(view.model, where=view.id == table.view)],\n where=table.model == Null)",
"phase": "after_super"
},
{