Public Access
extractor works
This commit is contained in:
+8
-29
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user