Public Access
44 KiB
44 KiB
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])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
Category
Line: 43
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 89
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
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])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
Category
Line: 43
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 91
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
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])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
Category
Line: 43
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 91
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
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])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
Category
Line: 35
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 81
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
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])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
Category
Line: 35
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 81
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
Version 6.0.76
Address
Line: 67
- before_super
column_rename- object:
table - args:
'zip', 'postal_code'
- object:
- after_super
execute- condition:
table.column_exist('streetbis') - object:
cursor - args:
*sql_table.update([sql_table.street], [value])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
Category
Line: 35
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 84
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')
- object:
- after_super
update- object:
table - args:
[table.type], ['cn_ric'] - kwargs:
- where:
table.type == 'cn_rit'
- where:
- object:
Version 6.2.14
Address
Line: 67
- before_super
column_rename- object:
table - args:
'zip', 'postal_code'
- object:
- after_super
execute- condition:
table.column_exist('streetbis') - object:
cursor - args:
*sql_table.update([sql_table.street], [value])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
Category
Line: 35
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 103
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')
- object:
- after_super
update- object:
table - args:
[table.type], ['cn_ric'] - kwargs:
- where:
table.type == 'cn_rit'
- where:
- object:
Version 6.4.16
Address
Line: 76
- before_super
column_rename- object:
table - args:
'zip', 'postal_code'
- object:
- after_super
execute- condition:
table.column_exist('streetbis') - object:
cursor - args:
*sql_table.update([sql_table.street], [value])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
Category
Line: 35
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 102
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')
- object:
- after_super
update- object:
table - args:
[table.type], ['cn_ric'] - kwargs:
- where:
table.type == 'cn_rit'
- where:
- object:
Version 6.6.14
Address
Line: 85
- before_super
column_rename- object:
table - args:
'zip', 'postal_code'
- object:
- after_super
execute- condition:
table.column_exist('streetbis') - object:
cursor - args:
*sql_table.update([sql_table.street], [value])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
Category
Line: 35
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 110
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')
- object:
- after_super
update- object:
table - args:
[table.type], ['cn_ric'] - kwargs:
- where:
table.type == 'cn_rit'
- where:
- object:
Version 6.8.17
Address
Line: 85
- before_super
column_rename- object:
table - args:
'zip', 'postal_code'
- object:
- after_super
execute- condition:
table.column_exist('streetbis') - object:
cursor - args:
*sql_table.update([sql_table.street], [value])
- condition:
- after_super
update- condition:
table.column_exist('streetbis') - object:
sql_table - args:
[sql_table.street], [value]
- condition:
- after_super
drop_column- condition:
table.column_exist('streetbis') - object:
table - args:
'streetbis'
- condition:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
Category
Line: 35
- after_super
drop_constraint- object:
table_h - args:
'name_parent_uniq'
- object:
Party
Line: 110
- after_super
not_null_action- object:
table_h - args:
'name', 'remove'
- object:
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)
- condition:
- after_super
select- condition:
party_h.column_exist('lang') - object:
party - args:
party.id, party.lang
- condition:
- after_super
execute- condition:
party_h.column_exist('lang') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
party_h.column_exist('lang') - object:
party_h - args:
'lang'
- condition:
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))
- condition:
- 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)
- where:
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_number'
- condition:
- after_super
drop_column- condition:
party_h.column_exist('vat_number') and party_h.column_exist('vat_country') - object:
party_h - args:
'vat_country'
- condition:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')
- object:
- after_super
update- object:
table - args:
[table.type], ['cn_ric'] - kwargs:
- where:
table.type == 'cn_rit'
- where:
- object:
Version 7.0.55
Address
Line: 84
- before_super
column_rename- object:
table - args:
'zip', 'postal_code'
- object:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
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)])
- condition:
- after_super
update- condition:
configuration.identifier_types != identifier_types - object:
table - args:
[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]
- condition:
Identifier
Line: 780
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')
- object:
- after_super
update- object:
table - args:
[table.type], ['cn_ric'] - kwargs:
- where:
table.type == 'cn_rit'
- where:
- object:
Version 7.2.23
Address
Line: 84
- before_super
column_rename- object:
table - args:
'zip', 'postal_code'
- object:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
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)])
- condition:
- after_super
update- condition:
configuration.identifier_types != identifier_types - object:
table - args:
[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]
- condition:
Identifier
Line: 805
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')
- object:
- after_super
update- object:
table - args:
[table.type], ['cn_ric'] - kwargs:
- where:
table.type == 'cn_rit'
- where:
- object:
Version 7.4.25
Address
Line: 84
- before_super
column_rename- object:
table - args:
'zip', 'postal_code'
- object:
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)
- condition:
- after_super
select- condition:
table_h.column_exist('country') - object:
country - args:
country.code - kwargs:
- where:
country.id == table.country
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('country') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('country') - object:
table_h - args:
'country'
- condition:
- 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)
- condition:
- after_super
select- condition:
table_h.column_exist('language') - object:
language - args:
Substring(language.code, 0, 2) - kwargs:
- where:
language.id == table.language
- where:
- condition:
- after_super
execute- condition:
table_h.column_exist('language') - object:
cursor - args:
*query
- condition:
- after_super
drop_column- condition:
table_h.column_exist('language') - object:
table_h - args:
'language'
- condition:
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)])
- condition:
- after_super
update- condition:
configuration.identifier_types != identifier_types - object:
table - args:
[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]
- condition:
Identifier
Line: 823
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')
- object:
- after_super
update- object:
table - args:
[table.type], ['cn_ric'] - kwargs:
- where:
table.type == 'cn_rit'
- where:
- object:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')
- object:
- after_super
update- object:
table - args:
[table.type], ['uy_rut'] - kwargs:
- where:
table.type == 'uy_ruc'
- where:
- object:
Version 7.6.20
Address
Line: 160
- before_super
column_rename- object:
table - args:
'street', 'street_unstructured'
- object:
- before_super
column_rename- object:
table - args:
'name', 'building_name'
- object:
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)])
- condition:
- after_super
update- condition:
configuration.identifier_types != identifier_types - object:
table - args:
[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]
- condition:
Identifier
Line: 825
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')
- object:
- after_super
update- object:
table - args:
[table.type], ['uy_rut'] - kwargs:
- where:
table.type == 'uy_ruc'
- where:
- object:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')
- object:
- after_super
update- object:
table - args:
[table.type], ['co_nit'] - kwargs:
- where:
table.type == 'co_rut'
- where:
- object:
Version 7.8.14
Address
Line: 160
- before_super
column_rename- object:
table - args:
'street', 'street_unstructured'
- object:
- before_super
column_rename- object:
table - args:
'name', 'building_name'
- object:
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)])
- condition:
- after_super
update- condition:
configuration.identifier_types != identifier_types - object:
table - args:
[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]
- condition:
Identifier
Line: 844
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')
- object:
- after_super
update- object:
table - args:
[table.type], ['uy_rut'] - kwargs:
- where:
table.type == 'uy_ruc'
- where:
- object:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')
- object:
- after_super
update- object:
table - args:
[table.type], ['co_nit'] - kwargs:
- where:
table.type == 'co_rut'
- where:
- object:
Version 8.0.8
Address
Line: 161
- before_super
column_rename- object:
table - args:
'street', 'street_unstructured'
- object:
- before_super
column_rename- object:
table - args:
'name', 'building_name'
- object:
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)])
- condition:
- after_super
update- condition:
configuration.identifier_types != identifier_types - object:
table - args:
[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]
- condition:
Identifier
Line: 859
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')
- object:
- after_super
update- object:
table - args:
[table.type], ['uy_rut'] - kwargs:
- where:
table.type == 'uy_ruc'
- where:
- object:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')
- object:
- after_super
update- object:
table - args:
[table.type], ['co_nit'] - kwargs:
- where:
table.type == 'co_rut'
- where:
- object:
- after_super
execute- condition:
fill_code_compact - object:
cursor - args:
*table.update([table.code_compact], [table.code])
- condition:
- after_super
update- condition:
fill_code_compact - object:
table - args:
[table.code_compact], [table.code]
- condition:
- after_super
execute- object:
cursor - args:
*table.update([table.type], ['si_maticna'], where=table.type == 'si_businessid')
- object:
- after_super
update- object:
table - args:
[table.type], ['si_maticna'] - kwargs:
- where:
table.type == 'si_businessid'
- where:
- object: