Finished restructuring the OBIDMS_column class properties
This commit is contained in:
@ -118,7 +118,7 @@ def test_add_col(config, infos):
|
||||
#if existing_col and infos["view_names"] != [] :
|
||||
# random_view = infos['dms'].open_view(random.choice(infos["view_names"]))
|
||||
# random_column = random_view[random.choice(list(random_view.get_columns()))]
|
||||
# random_column_refs = random_column.get_references()
|
||||
# random_column_refs = random_column.refs
|
||||
# if random_column_refs['name'] in infos['view'] :
|
||||
# alias = random_unique_name(infos)
|
||||
# else :
|
||||
|
Reference in New Issue
Block a user