Simon P. Couch

Results 165 comments of Simon P. Couch

Somewhat of a change of heart here in that it seems possibly most likely that a user would know that they'd like to change parameter ranges _after_ tuning once, at...

Just came across this and thought it may be worth noting—nycflights was orphaned on CRAN some time ago and it's not my sense that Jay nor I will be putting...

Thanks for the thorough description. With my local setup—slightly newer versions all around on macOS aarch64, also using Microsoft's driver—seeing no crash but an error: ``` r library(DBI) library(odbc) con...

Thanks for the issue and reprex, @crossxwill! I'm unable to reproduce at the moment: ``` r # setup library(DBI) library(odbc) con Simon@Snowflake #> Snowflake Version: 7.44.2 # writing dbWriteTable(con, "mtcars",...

I'm not able to reproduce on R 4.3.1 + odbc 1.4.1. As a more recent commenter found that updating package dependencies did the trick, I'm going to go ahead and...

Reproducible example: ``` r library(DBI) library(odbc) con dbo@sql2 #> Database: master #> Microsoft SQL Server Version: 16.00.4095 # some setup: dbExecute(con, "CREATE SCHEMA adj") #> [1] 0 dbExecute( con, "CREATE...

Closed in https://github.com/r-dbi/odbc/pull/599. :)

I'm able to reproduce your results, @patrickhowerter! This does indeed seem to be an artifact of [how Snowflake stores data](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types): Type | Notes -- | -- NUMBER | Default precision...

Heard. From my (limited) understanding of `odbc_result.cpp`, I think there's not much we can do here; will go ahead and close.