Vlad Khorsun
Vlad Khorsun
Thanks, will wait for next message.
Did you fetch all rows or just execute the query ? What is the plan of the query that "returns instantly" ?
Now explain a bit about tokens management - where should the app get it from, how should the engine validate it, how long should the token be valid, could it...
So, you need something like external (user defined) authenticator ? And, perhaps, something like: ``` CREATE [SESSION] ROLE AUTHENTICATED BY ; SET [SESSION] ROLE AUTHENTICATED BY ; ``` `` could...
In this case I see no way to satisfy: > If the user connects to the database using ISQL, FlameRobin, etc., they won’t have any special privileges at all. User...
Got it.
What about extracting code, copied from "creating FK" block below, into separate routine to avoid duplication ?
Please, be patient and wait a bit, I'll return to it when time permits.
I will add some additional fix after merge.
> JFYI: You can create a pull request to a pull request improving it before merging. Yes. But it is too much bureaucracy and not needed in this case.