Elvis Pranskevichus
Elvis Pranskevichus
There's the private `Pool._get_new_connection()`, which we can make public.
Interesting. Can you show the source for your `read()` function?
It looks like a race. The protocol handler is receiving data from the server while not expecting anything. Is `finally` called normally or is there a preceding exception?
Yes, cloud instances should be able to go into a "stopped" state (i.e. not serving and not consuming any resources other than storage).
> Do we know when it have reached? Sure, if we got a response from server.
The ISE wrapping _is_ a (usability) bug though.
`insert` can benefit from this too, `?:=` would mean "if empty, use default".
Yeah, this should cover enough of use cases to make #4595 unnecessary,
Hmm. Is there a chance you're restoring into a non-empty database? The bug seems to be that the CLI fails to recognize that the schema is non-empty.
I couldn't reproduce. Steps (as written) attempt `restore` twice into the same db, no?