New attribute must be put into storage.
This commit is contained in:
parent
e291eb43f4
commit
bbddbdee05
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ db_get_result_message(db_result_t code)
|
|||
case DB_NAME_ERROR:
|
||||
return "Invalid name";
|
||||
case DB_RELATIONAL_ERROR:
|
||||
return "Relational algebra error";
|
||||
return "Semantic error";
|
||||
case DB_TYPE_ERROR:
|
||||
return "Type error";
|
||||
case DB_IMPLEMENTATION_ERROR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue