José Castagnino
Results
2
issues of
José Castagnino
I was not able to create a table with a logical (boolean) column using `dbCreateTable`. If I define ```r table_a = c(col_1="character", col_2="numeric", col_3="integer") table_b = c(col_1="character", col_2="numeric", col_3="logical") ```...
help wanted
docs
I found the following case which seems to me to be a false negative. According to PG's documentation, setting `LIMIT` to either `NULL` or `ALL` should result in fetching all...