Roland Praml

Results 57 comments of Roland Praml

I've modified the PR a bit. I still have to test this and provide a PR for documentation update...

This PR is tested on an ESP32-S3 and works IMHO

> Disable Tasmota console could be a way. How? I searched the docs and found only `SerialLog 0` which woud disable the output. What I need is, that the serial...

Hello @martinkala1, Ebean has several fetch strategies: https://ebean.io/docs/query/fetch in general, ebean can only fetch one many-relation in one query. In your example it will buld `select * from person left...

Would be good if we have some feedback from Rob, because I am unsure about the change ;)

I see the same here (H2.2.224) since a few days filesystem is ext4 (Ubuntu on Windows/WSL) with `OPTIMIZE_REUSE_RESULTS=0` (due bug #3894)

I would not recommend strings as UUID. Depending on underlying database/charset, each char requires 1 to 4 bytes + 1 length byte in most cases Even if you remove the...