It is now impossible to create a view with a name identical to one of an

existing written view
This commit is contained in:
Celine Mercier
2016-03-01 13:36:54 +01:00
parent fc5a12bad7
commit a08def47e6
4 changed files with 52 additions and 1 deletions

View File

@ -153,6 +153,8 @@ Obiview_p obi_open_view(OBIDMS_p dms, const char* view_name);
Obiviews_infos_all_p obi_read_views(OBIDMS_p dms);
int obi_unmap_read_views(Obiviews_infos_all_p views);
int obi_view_add_column(Obiview_p view,
const char* column_name,
obiversion_t version_number,