Raymond Kerckhoffs

Results 16 comments of Raymond Kerckhoffs

@aryoda Thanks for pointing me in the right direction, I've managed to create a working solution! 😃 I'll later on improve the documentation and extend the tests of the odbc...

@aryoda Thank you for reviewing/ testing the branch. I've executed the same tests, but all succeeded (using MS SQL Server). I don't get it why it fails on the dbFetch...

@aryoda I've created a new branch which contains the query_timeout option, updated documentation (README) and (SQLServer) tests: [feature/query_timeout_option](https://github.com/r-dbi/odbc/compare/main...Odraio:odbc:feature/query_timeout_option)

@aryoda There seems to be one issue while using the _query_timeout_ and _params_. In case _params_ are provided the _query_timeout_ will be ignored in some cases. I'm not sure what...

A new fix has been pushed which resolves the issue of a query using _params_ and _query_timeout_. Additional tests have been added as well.

I’d like to request the same feature, SQLite support for BulkRead and WhereBulkContains, as it would be especially helpful for executing unit tests.