Public Access
1588 lines
44 KiB
Markdown
1588 lines
44 KiB
Markdown
# party
|
|||
|
|
|
||
|
|
## Version 5.0.63
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 61
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 43
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 89
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 265
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### PartyIdentifier
|
||
|
|
|
||
|
|
Line: 329
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 5.2.20
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 66
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 43
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 91
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 278
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### PartyIdentifier
|
||
|
|
|
||
|
|
Line: 439
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 5.4.20
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 73
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 271
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 43
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 91
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 278
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### PartyIdentifier
|
||
|
|
|
||
|
|
Line: 439
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 5.6.17
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 67
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 265
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 35
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 81
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 268
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 428
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 5.8.16
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 67
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 265
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 35
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 81
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 270
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 445
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 6.0.76
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 67
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'zip', 'postal_code'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 278
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 35
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 84
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 322
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 515
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['cn_ric']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'cn_rit'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 6.2.14
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 67
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'zip', 'postal_code'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 271
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 35
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 103
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 357
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 625
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['cn_ric']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'cn_rit'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 6.4.16
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 76
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'zip', 'postal_code'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 295
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 35
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 102
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 356
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 636
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['cn_ric']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'cn_rit'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 6.6.14
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 85
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'zip', 'postal_code'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 312
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 35
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 110
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 345
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 625
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['cn_ric']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'cn_rit'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 6.8.17
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 85
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'zip', 'postal_code'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*sql_table.update([sql_table.street], [value])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `sql_table`
|
||
|
|
- args: `[sql_table.street], [value]`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table.column_exist('streetbis')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'streetbis'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 312
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Category
|
||
|
|
|
||
|
|
Line: 35
|
||
|
|
|
||
|
|
- **after_super** `drop_constraint`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name_parent_uniq'`
|
||
|
|
|
||
|
|
### Party
|
||
|
|
|
||
|
|
Line: 110
|
||
|
|
|
||
|
|
- **after_super** `not_null_action`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'name', 'remove'`
|
||
|
|
|
||
|
|
### PartyLang
|
||
|
|
|
||
|
|
Line: 345
|
||
|
|
|
||
|
|
- **after_super** `insert`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.lang`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('lang')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'lang'`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 625
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party`
|
||
|
|
- args: `party.id, party.vat_number, party.vat_country`
|
||
|
|
- kwargs:
|
||
|
|
- where: `(party.vat_number != Null) | (party.vat_country != Null)`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_number'`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `party_h.column_exist('vat_number') and party_h.column_exist('vat_country')`
|
||
|
|
- object: `party_h`
|
||
|
|
- args: `'vat_country'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['cn_ric']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'cn_rit'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 7.0.55
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 84
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'zip', 'postal_code'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 303
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Configuration
|
||
|
|
|
||
|
|
Line: 34
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 780
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['cn_ric']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'cn_rit'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 7.2.23
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 84
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'zip', 'postal_code'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 303
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Configuration
|
||
|
|
|
||
|
|
Line: 34
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 805
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['cn_ric']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'cn_rit'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 7.4.25
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 84
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'zip', 'postal_code'`
|
||
|
|
|
||
|
|
### AddressFormat
|
||
|
|
|
||
|
|
Line: 303
|
||
|
|
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.country_code], country.select(country.code, where=country.id == table.country)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `country`
|
||
|
|
- args: `country.code`
|
||
|
|
- kwargs:
|
||
|
|
- where: `country.id == table.country`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('country')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'country'`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.language_code], language.select(Substring(language.code, 0, 2), where=language.id == table.language)`
|
||
|
|
- **after_super** `select`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `language`
|
||
|
|
- args: `Substring(language.code, 0, 2)`
|
||
|
|
- kwargs:
|
||
|
|
- where: `language.id == table.language`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*query`
|
||
|
|
- **after_super** `drop_column`
|
||
|
|
- condition: `table_h.column_exist('language')`
|
||
|
|
- object: `table_h`
|
||
|
|
- args: `'language'`
|
||
|
|
|
||
|
|
### Configuration
|
||
|
|
|
||
|
|
Line: 34
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 823
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['cn_ric']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'cn_rit'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['uy_rut']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'uy_ruc'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 7.6.20
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 160
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'street', 'street_unstructured'`
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'name', 'building_name'`
|
||
|
|
|
||
|
|
### Configuration
|
||
|
|
|
||
|
|
Line: 33
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 825
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['uy_rut']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'uy_ruc'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['co_nit']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'co_rut'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 7.8.14
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 160
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'street', 'street_unstructured'`
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'name', 'building_name'`
|
||
|
|
|
||
|
|
### Configuration
|
||
|
|
|
||
|
|
Line: 33
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 844
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['uy_rut']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'uy_ruc'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['co_nit']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'co_rut'`
|
||
|
|
|
||
|
|
|
||
|
|
## Version 8.0.8
|
||
|
|
|
||
|
|
### Address
|
||
|
|
|
||
|
|
Line: 161
|
||
|
|
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'street', 'street_unstructured'`
|
||
|
|
- **before_super** `column_rename`
|
||
|
|
- object: `table`
|
||
|
|
- args: `'name', 'building_name'`
|
||
|
|
|
||
|
|
### Configuration
|
||
|
|
|
||
|
|
Line: 33
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `configuration.identifier_types != identifier_types`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]`
|
||
|
|
|
||
|
|
### Identifier
|
||
|
|
|
||
|
|
Line: 859
|
||
|
|
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['uy_rut']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'uy_ruc'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['co_nit']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'co_rut'`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- condition: `fill_code_compact`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.code_compact], [table.code])`
|
||
|
|
- **after_super** `update`
|
||
|
|
- condition: `fill_code_compact`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.code_compact], [table.code]`
|
||
|
|
- **after_super** `execute`
|
||
|
|
- object: `cursor`
|
||
|
|
- args: `*table.update([table.type], ['si_maticna'], where=table.type == 'si_businessid')`
|
||
|
|
- **after_super** `update`
|
||
|
|
- object: `table`
|
||
|
|
- args: `[table.type], ['si_maticna']`
|
||
|
|
- kwargs:
|
||
|
|
- where: `table.type == 'si_businessid'`
|
||
|
|
|
||
|
|
|