Added alias property to OBIDMS_column cython class
This commit is contained in:
@ -149,7 +149,7 @@ def test_col_alias(config, infos):
|
||||
if col_name in SPECIAL_COLUMNS :
|
||||
print_test(config, "-")
|
||||
return
|
||||
infos['view'].change_column_alias(col_name, random_unique_name(infos))
|
||||
infos['view'][col_name].alias = random_unique_name(infos)
|
||||
print_test(config, ">>> Changing column alias test OK")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user