barryhunter
barryhunter
Hmm, SELECT CONCAT(label,'test') AS... works. (ie can use the an expression on docstore. ) Are you saying can't use expression based on attributes **and** docstore at the same time?
Label is only in docstore, not attribute. Can use label in expressions as such... ``` RT.staging>describe gridimage_group_stat; +----------------+--------+----------------+ | Field | Type | Properties | +----------------+--------+----------------+ | id | bigint...
btw, it fine if mixed expressions are not supported, but yes, it would definitely be preferable to get an error message, rather than a crash. Not seen anywhere documented that...
Are you suggesting that a query like select concat(label,' + test'),images from gridimage_group_stat order by images desc; would be evaluating the expression and getting the label from docstore for **every**...
I've taken the liberty of updating the subject, it wasn't the CONCAT itself that the issue, its using both attribute and field in same expression. As for the workaround, the...
personally would suggest it be a umask configuration variable, rather than just changing the 'default'. so manticore.conf could have something like umask = 137 #user allow rw, group r only,...
Oh not noticed that. But yes seems perfect. Could be a direct mode, rather than a 'mask' to a default mode. As noted would be great if could be in...
I think I have seen this. It only happened once, and been unable to reproduce, so hadnt reported it yet. In my case at least there was still a .lock,...
Bit late know, but in case anyone looking. Any of them really. Basically will jsut want to create 'JSON' api/file containing details of your image. It could be a hand...
As mentioned in the other thread, perhaps worth clarifying is this lock intended for a physical backup or a logical one. It seems it might prevent writing to the index...