Public Access
first version compare.py: compile changes by module
This commit is contained in:
@@ -0,0 +1,346 @@
|
||||
# company
|
||||
|
||||
## Version 5.0.63
|
||||
|
||||
|
||||
## Version 5.2.20
|
||||
|
||||
|
||||
## Version 5.4.20
|
||||
|
||||
|
||||
## Version 5.6.17
|
||||
|
||||
|
||||
## Version 5.8.16
|
||||
|
||||
|
||||
## Version 6.0.76
|
||||
|
||||
### User
|
||||
|
||||
Line: 72
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.main_company`
|
||||
- kwargs:
|
||||
- where: `table.main_company != Null`
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.company`
|
||||
- kwargs:
|
||||
- where: `(table.company != Null) & (table.company != table.main_company)`
|
||||
- **after_super** `drop_column`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table_h`
|
||||
- args: `'main_company'`
|
||||
|
||||
|
||||
## Version 6.2.14
|
||||
|
||||
### User
|
||||
|
||||
Line: 72
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.main_company`
|
||||
- kwargs:
|
||||
- where: `table.main_company != Null`
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.company`
|
||||
- kwargs:
|
||||
- where: `(table.company != Null) & (table.company != table.main_company)`
|
||||
- **after_super** `drop_column`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table_h`
|
||||
- args: `'main_company'`
|
||||
|
||||
|
||||
## Version 6.4.16
|
||||
|
||||
### User
|
||||
|
||||
Line: 69
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.main_company`
|
||||
- kwargs:
|
||||
- where: `table.main_company != Null`
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.company`
|
||||
- kwargs:
|
||||
- where: `(table.company != Null) & (table.company != table.main_company)`
|
||||
- **after_super** `drop_column`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table_h`
|
||||
- args: `'main_company'`
|
||||
|
||||
|
||||
## Version 6.6.14
|
||||
|
||||
### User
|
||||
|
||||
Line: 69
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.main_company`
|
||||
- kwargs:
|
||||
- where: `table.main_company != Null`
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.company`
|
||||
- kwargs:
|
||||
- where: `(table.company != Null) & (table.company != table.main_company)`
|
||||
- **after_super** `drop_column`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table_h`
|
||||
- args: `'main_company'`
|
||||
|
||||
|
||||
## Version 6.8.17
|
||||
|
||||
### User
|
||||
|
||||
Line: 69
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.main_company`
|
||||
- kwargs:
|
||||
- where: `table.main_company != Null`
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.company`
|
||||
- kwargs:
|
||||
- where: `(table.company != Null) & (table.company != table.main_company)`
|
||||
- **after_super** `drop_column`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table_h`
|
||||
- args: `'main_company'`
|
||||
|
||||
|
||||
## Version 7.0.55
|
||||
|
||||
### User
|
||||
|
||||
Line: 116
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.main_company`
|
||||
- kwargs:
|
||||
- where: `table.main_company != Null`
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.company`
|
||||
- kwargs:
|
||||
- where: `(table.company != Null) & (table.company != table.main_company)`
|
||||
- **after_super** `drop_column`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table_h`
|
||||
- args: `'main_company'`
|
||||
|
||||
|
||||
## Version 7.2.23
|
||||
|
||||
### User
|
||||
|
||||
Line: 116
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.main_company`
|
||||
- kwargs:
|
||||
- where: `table.main_company != Null`
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.company`
|
||||
- kwargs:
|
||||
- where: `(table.company != Null) & (table.company != table.main_company)`
|
||||
- **after_super** `drop_column`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table_h`
|
||||
- args: `'main_company'`
|
||||
|
||||
|
||||
## Version 7.4.25
|
||||
|
||||
### User
|
||||
|
||||
Line: 125
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.main_company`
|
||||
- kwargs:
|
||||
- where: `table.main_company != Null`
|
||||
- **after_super** `execute`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `cursor`
|
||||
- args: `*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))`
|
||||
- **after_super** `insert`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `user_company`
|
||||
- args: `[user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))`
|
||||
- **after_super** `select`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table`
|
||||
- args: `table.id, table.company`
|
||||
- kwargs:
|
||||
- where: `(table.company != Null) & (table.company != table.main_company)`
|
||||
- **after_super** `drop_column`
|
||||
- condition: `table_h.column_exist('main_company')`
|
||||
- object: `table_h`
|
||||
- args: `'main_company'`
|
||||
|
||||
|
||||
## Version 7.6.20
|
||||
|
||||
|
||||
## Version 7.8.14
|
||||
|
||||
|
||||
## Version 8.0.8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user