-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query table of many DECIMAL columns causes error in terminal #204
Comments
I capture the error and stacktrace as following:
and I notice that in |
In the same session, when I create the connection and disconnect, and connect again, then the error disappears magically. But when multiple tables are queried, the error still occurs like the following:
|
Thanks. Is this RMySQL from CRAN or from GitHub? |
It is CRAN version. |
I switch to |
This is a reproducible example of #40 and #196. The problem can be described as: when a table contains many
DECIMAL
columns, query this table will result in error in R terminal (R
andRscript
) but not in RStudio.First, create a new schema
test
usingSecond, create the following table with many
DECIMAL
columns:Then put some random data in the table (user and password need to be supplied):
Last, start an R terminal and query data from the table or create a script like the following and run it via
Rscript
:Then the error is always reproducible:
My session info:
The text was updated successfully, but these errors were encountered: