Views: better checks when adding an existing column to a view
This commit is contained in:
@ -305,7 +305,7 @@ Obiview_p obi_open_view(OBIDMS_p dms, const char* view_name);
|
||||
* NULL or "" if the default names are to be used ("0;1;2;...;n").
|
||||
* @param indexer_name The name of the indexer if there is one associated with the column.
|
||||
* If NULL or "", the indexer name is set as the column name.
|
||||
* @param comments Optional comments associated with the column.
|
||||
* @param comments Optional comments associated with the column if it is created.
|
||||
* @param create Whether the column should be created (create == true) or opened (create == false).
|
||||
*
|
||||
* @returns A value indicating the success of the operation.
|
||||
|
Reference in New Issue
Block a user