detule

Results 76 comments of detule

Hi - thanks for the submission. It would be challenging to review this PR because of the way the diff comes through. You may be using text editing software (windows?)...

Hi: Thanks for the submission and for adding tests - appreciate it. Mostly small comments: * Second @shrektan 's suggestions: * Rename the parameter to ```timeout```, and the NEWS entry....

Hi: * Parameter name: The use of the ```timeout``` argument to ```dbConnect``` is documented in the roxygen tags for that function; I think that should clear up ambiguity between ```dbConnect(...,...

Thanks all. Happy to go in whichever direction you decide. In terms of `r-dbi`, they already [took a version](https://github.com/r-dbi/odbc/commit/022ad9bae7eb98681924a3e988e39c7d435e0a15) of these changes and adjusted their API usage appropriately.

Hi there: I am not sure if this is the culprit, but that driver seems a bit dated. Do you have the ability to upgrade to something more modern? This...

Thanks / I think this is a manifestation of an issue I am[ tracking here](https://github.com/r-dbi/odbc/issues/714) with some ideas on how we might make this better. I think i might have...

Thanks for tracking this! I should have some time to tackle this in the next couple of weeks I think. I'll ping you then to see if we can test...

Hi there: I am not sure if this issue belongs in `package:odbc`. In particular your fix feels like it belongs in `package:dbplyr`, where that logic (likely) resides. Let me know...

Thanks for the report, and the minimal example! I can replicate, and have an idea what may be happening. Will try to fix, if possible, and report back here.

Hey there: Thanks for writing up this use case - sounds like something we should attempt to support. I'll look into it in the coming weeks.