sql: correct confusing message
Required to fix the following message: "- error: expressions prohibited in PRIMARY KEY and UNIQUE constraints" Currently this message appears even when user tries to CREATE non-unique functional index which isn't concerned with the following error message. Thus far the message was corrected to the proper one. Closes #3236
Showing
- src/box/sql/build.c 2 additions, 2 deletionssrc/box/sql/build.c
- test/sql-tap/colname.test.lua 2 additions, 2 deletionstest/sql-tap/colname.test.lua
- test/sql/message-func-indexes.result 41 additions, 0 deletionstest/sql/message-func-indexes.result
- test/sql/message-func-indexes.test.lua 18 additions, 0 deletionstest/sql/message-func-indexes.test.lua
Loading
Please register or sign in to comment