Views: better checks when adding an existing column to a view

This commit is contained in:
Celine Mercier
2017-04-06 14:44:07 +02:00
parent 8cd3e3604f
commit ad8de80353
2 changed files with 18 additions and 16 deletions

View File

@ -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.