extractor works

This commit is contained in:
2026-08-07 21:48:46 +02:00
parent 7bf43718e0
commit b315d12259
3 changed files with 47 additions and 47 deletions
+8 -29
View File
@@ -49,7 +49,8 @@
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]))",
"phase": "after_super"
"phase": "after_super",
"condition": "configuration.identifier_types != identifier_types"
},
{
"object": "table",
@@ -61,7 +62,8 @@
],
"kwargs": {},
"code": "table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])",
"phase": "after_super"
"phase": "after_super",
"condition": "configuration.identifier_types != identifier_types"
}
]
},
@@ -71,31 +73,6 @@
"method": "__register__",
"line": 859,
"operations": [
{
"object": "cursor",
"operation": "execute",
"line": 873,
"args": [
"*table.update([table.type], [new], where=table.type == old)"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.type], [new], where=table.type == old))",
"phase": "after_super"
},
{
"object": "table",
"operation": "update",
"line": 873,
"args": [
"[table.type]",
"[new]"
],
"kwargs": {
"where": "table.type == old"
},
"code": "table.update([table.type], [new], where=table.type == old)",
"phase": "after_super"
},
{
"object": "cursor",
"operation": "execute",
@@ -155,7 +132,8 @@
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.code_compact], [table.code]))",
"phase": "after_super"
"phase": "after_super",
"condition": "fill_code_compact"
},
{
"object": "table",
@@ -167,7 +145,8 @@
],
"kwargs": {},
"code": "table.update([table.code_compact], [table.code])",
"phase": "after_super"
"phase": "after_super",
"condition": "fill_code_compact"
},
{
"object": "cursor",