Lukáš Král

Results 4 issues of Lukáš Král

#### Use Case: I believe it is currently not possible to store `blocking::Unblock` in a struct as `IntoIter` is not exported publicly. Boxing in this case can't be used as...

enhancement

Hello, we have been running into a puzzling situation with distributed deadlocks and after confirmation from multiple sources that this shouldn't be occuring in our case I have decided to...

bug
user_reported

Hello, I have decided to test refinery to see if it'd work for my team, but ran into an issue. When attempting to run `refinery migrate`, I always receive this...

bug

Hello, following code triggers an error `SQL Error [0A000]: ERROR: cannot complete operation on a table with identity column`: ``` START TRANSACTION; CREATE TABLE public.table1 ( id int8 GENERATED ALWAYS...

bug
user_reported