Skip to content
Snippets Groups Projects
Commit ef86b233 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Add detail to error message 'column not found...'

parent 9b1ef2ce
No related branches found
No related tags found
1 merge request!323Develop
Pipeline #5061 passed
......@@ -233,7 +233,7 @@ const ERROR_PLAY_SQL_MULTIQUERY = 1087;
// Subrecord
const ERROR_SUBRECORD_MISSING_COLUMN_ID = 1100;
const ERROR_SUBRECORD_DETAIL_COLUMN_NOT_FOUND = 'Column not found in primary record or current row';
const ERROR_SUBRECORD_DETAIL_COLUMN_NOT_FOUND = 'Column not found in primary record or current row (or missed & to indicate a constant?)';
// Store
const ERROR_STORE_VALUE_ALREADY_CODPIED = 1200;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment