Dave Cramer

Results 500 comments of Dave Cramer

@hyunkshinft OK, I have some cycles to look at this. Any update before I do ?

@hyunkshinft your code must have more than one reader. How would it be possible to get around the lock that was put in to avoid the Unexpected char message ?...

Were you able to confirm that this fixes things for you? I'd like to remove the code I put in and try this with the test case with very large...

thx, I'll look into it. Dave Cramer On Fri, 8 Nov 2019 at 13:45, hyunkshinft wrote: > If you can briefly pause the communication during CopyData then you can >...

OK, I removed the lock and put your code in and I can still get the error with unexpected character pretty easily.

No not using threaded readers. As I said JDBC is not thread-safe. https://github.com/pgjdbc/pgjdbc/issues/1466 scroll to the end. The guys from braintree that originally found the problem are testing and have...

That is the short version, yes. But I am using their code to duplicate it. So at the moment I don't have an answer