Karol Bieniaszewski
Karol Bieniaszewski
@baldeuniversel I tested with Firebird 5 and recent fbclient on the same machine and got the same result. What exactly happens in the “complete” state? Understanding this might shed some...
@baldeuniversel I’m using Windows 11 Pro. I tested on a fresh database, and the operation finished instantly. After creating 500 tables, the process now pauses for six seconds at the...
@arvanus which exact `tag` to try?
> Try this: https://github.com/mariuz/flamerobin/releases/tag/0.9.3.6 > > and this: https://github.com/mariuz/flamerobin/releases/tag/0.9.3.11 (yes, they are very old, just to know if the bug is related or not) on `0.9.3.6` time 13 seconds on...
Any suggestions on what to check would be appreciated. Even a description of what's happening at the "complete" stage; maybe I'll think of something that might be affecting it.
> Encouraging denormalization seems like a bad idea to me. How will you index JSON in the future? This idea is useful for many scenarios.
I added BIN_AND additionally to the request, but now that I think about it, I don't know how it would work for BIN_AND. For BIN_OR, it is obvious, but for...
OK. So for BIN_OR it should start from b00000000... and for BNI_AND it should start from b11111111..
Thank you @mrotteveel. Yes, exactly. We need to **grant** the role only during the connection — the user should not have permanent role privileges.
Bypass? I want to assign the user the privileges of a role — just like I would normally do with a permanent effect using: ```SQL GRANT ROLE XXX TO LIVIUS;...