Raymond Kerckhoffs
Raymond Kerckhoffs
### Issue Description and Expected Result Previously the RODBCext package provided an option to set the [query timeout](https://github.com/zozlak/RODBCext/blob/master/R/odbcSetQueryTimeout.R). As of 2020 the package is deprecated and the better alternative is...
# Issue Current odbc main repo does not provide a query_timeout option. Closes #515 # Feature description `dbGetQuery()`, `dbSendStatement()` and `dbSendQuery()` provide a `query_timeout` option (internally sets `SQL_ATTR_QUERY_TIMEOUT`). `query_timeout`: The...
Using a custom `onClick` Javascript function does not seem to work anymore when using `toggleSelection` to select a single row (by index): **Code snippet** ``` function setSingleSelectedRow(tableName, rowInfo, colInfo, state,...