James Stewart

Results 9 comments of James Stewart

Hi and thank you for the PR. Are there other special characters apart from single and double quotes that should be escaped? I had a quick look into possibly utilising...

So, for example, do newlines work currently or will we need to escape them as well?

> The question is if you want to use your own function or somehow use the built in query generator If this is possible (or becomes in the future) I...

Sorry, about my absence. There is just one small change required and then I will merge.

This sounds like a good idea. If you are willing to submit a PR I am happy to merge it. Is this implemented in the `mysqldump` cli tool?

I think it would be converted to its url encoded form `%60`. EDIT: when I paste the url from the error (`https://user:[email protected]:443/v1/_ping`) into Chrome it successfully logs in and displays...

Following on from the discussion in the issue: > I am thinking maybe it means that we should not implement Write for the telnet writer. Since the telnet protocol is...

I have made the return type for `format::data` a new type to allow the inclusion of a `to_owned()` method which copies the formatted data slices into a Box.

No worries, I hope you enjoyed your break. Currently there are quite a few options for the functionality that the final lib could provide. I was thinking if we can...