Kevin Dick
Kevin Dick
@MartijnVisser any updates on this?
@fapaul i can try to take a look at it. Question would be if it is still enough to do the fix like i provided it here or if the...
@fapaul Ok i check if i found the old code. In general the question that i have is what happens if the `flush` call in `close` is throwing an exception....
@fapaul would it make sense to change both `try-catch` Blocks to ` try (connectionProvider)` ? SO the one wrapping around the `flush` and the one wrapping around ` closeStatement` call?
Ok but how should the connection leak beeing fixed then?
@MartijnVisser is there any update on this PR? I can also open a new PR with the fixes from @EchoLee5.
@tamirsagi Is this fix still needed? Or the one i send in? #75 ?
@tamirsagi it is basicly the same fix i asked on the Jira Board and they said i should open up a new PR thats why there are two :) what...
Can anyone tell why the two checks failed?
@memsharded i build an exectuable and some dlls in that project (the executable consumes some of those). And it seems it is a problem in Visual Studio because it is...