Hichem Fazai

Results 17 comments of Hichem Fazai

We can identify dead-locks based on `SQLState` and `ErrorCode` of the thrown `SQLException`. I did an implementation for the feature but still not added unit tests. @Tapac do you know...

> I think its very difficult to enumerate all the cases that should or should not be retried. Not to mention correctly detecting them for all the databases and jdbc...

How can a transaction succeed on the second attempt when having a violation of unique constraint? Le mer. 16 févr. 2022 1:15 PM, spand ***@***.***> a écrit : > Could...

Hi @Tapac , Thanks for the changes request. 1. In the begining I thought of providing a simple way to access columns of a table in a specific schema that's...

@Tapac Done. Feel free to review the PR.

The root cause of this issue is that dialogs opened in a background thread are cleaned by the method `cleanupDialogs()` After doing some debugings I found that somehow the dialog...

Thanks for pointing out to the issue. Here the problem is that the focus event is not called, I think that the listener should be defined on one of the...