You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_query_n_bad calls dbGetQuery(con, query, -2) etc. However, in DBI the definition of dbGetQuery is function(conn, statement, ..., n = -1L) {. Hence, n is never modified for the default implementation.
The text was updated successfully, but these errors were encountered:
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
get_query_n_bad
callsdbGetQuery(con, query, -2)
etc. However, in DBI the definition ofdbGetQuery
isfunction(conn, statement, ..., n = -1L) {
. Hence,n
is never modified for the default implementation.The text was updated successfully, but these errors were encountered: