Mathieu Barnachon
Mathieu Barnachon
@dannys42 When doing the PR, I was under the impression it wasn't the right approach. First reason being the difficulty to test such behaviour (tests have not been committed as...
Could you provide a minimum example to reproduce it? Thanks.
@ShineYangGod I'm not sure what you mean by "long data". I've replaced the line in `SocketTests.testReadWrite`by: ```swift // let hello = "Hello from client..." let hello = String(repeating: "Hello from...
If I'm using the data (end of your doc) directly in the sample, it works fine. I think the issue should be somewhere else, either in the setup or in...
@Nathipha Could you make a Pull Request for both issues? It would be an interesting features to have in case of slow connection. Let us know if you need any...
Would that be OK if I do it for you? I will integrate your changes into a pull request and submit it here.
Thanks. Could you have a look at #201 ?
I'm re-reading the change, and I'm not so sure about it now. It is creating a discrepancy between `asRows` and `asResultSet`. If you look at the test `TestQueryResult.testQueryResult`, you see...
That's something I've written myself many times! A great addition I think!
@123FLO321 Any chance you can add a test for this function? Maybe in `TestAlias.swift`?