Andrey Kravchenko

Results 9 comments of Andrey Kravchenko

I think the following: - attribute icon need to show all attributes of categories; - thunderbolt need for repair category table if some categories slid to the left.

A few months later, I decided to look at the list of issues from the main repository and came across this one. I am already working on this. In addition,...

Based on the comments, I've updated the original post to include a separate storage option for keys on the server and client, and also updated the plugin's interaction algorithm. Please...

> Does in mean - users that are granted remote access to server using this key? (just to make sure) Yes, let's say there's a public key and users ALICE...

> ExtAuth must not store client's secret's anywhere. Um... a client in this context is a server that wants to access another server via an `execute statement`. It's impossible to...

I know that `report_errors` is responsible for sending errors to the client that occurred during replication. But at the time of replication initialization, cannot ignore errors related with configuration, otherwise,...

Here the situation is a little different. If in the current implementation set `report_errors` to `true`, then the user in this situation will still not receive an error and the...

In the commit above, I removed the extra fb_assert, which is already in the haveIdx variable, and also add lookup index name by the constraint name, which in the isc_unique_key_violation...

I didn't want to create a separate PR when it can be simply pushed to those who have the right to directly commit. Otherwise, the problem will have two issue...