nocin
nocin
This issue still exists.  **System**: - Linux Mint 20.1 - transgui 5.18.0 - transmission-daemon 2.94
Hi @gregorwolf, as I never got it working, I am not sure if it is an issue with the current UI5 version or just not setup correctly? Did you ever...
Hi @Joao247, unfortunately not. But I didn't have time to investigate this further.
Are you sure that your file content is of type` string | Blob | Buffer`?
Hi @sammok83, the content below `having()` is also valid for `where()`. Got also confused about this, the first time when looking at it. Here it is the same but a...
Hi @renejeglinsky, thanks for getting back on this. As I'm working now with CAP for about 3 years, I already know what I can find in the docs and what...
Hi @renejeglinsky, In the last few days I have stumbled across three CQL problems for which I could not find much in the Docs. 1. Does UPSERT support deep payloads?...
Hi @AjitKP91, thanks for your suggestion! I would have expected both "or" queries should result in the same CQN. ```javascript const exists = await SELECT(1).from(Entity).where({or:{stringProperty: null, stringProperty: ''}) const exists...
Hi @renejeglinsky, it seems that the topic is not only relevant for the documentation, but also a more general problem with optimization potential. Can you address the topic internally? Thanks,...
Hi @johannes-vogel, thanks for this explanation! I was not aware of the difference between `.where`` ` (tagged template) and `.where(``)` (string literal). I got it now working using variant 2....