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
When I run a groovy script calling a R script, I got the following error message in OrbisGIS
could not find function '.bindParameters'
The Renjin command leading to this problem is the following dbWriteTable(con, "TMP_TYPO_BUILDINGS_MAPUCE", tab_typo_bati, append=TRUE, row.names=FALSE)
Note that this command worked well before the Renjin update (see #64 ).
The text was updated successfully, but these errors were encountered:
When I run a groovy script calling a R script, I got the following error message in OrbisGIS
The Renjin command leading to this problem is the following
dbWriteTable(con, "TMP_TYPO_BUILDINGS_MAPUCE", tab_typo_bati, append=TRUE, row.names=FALSE)
Note that this command worked well before the Renjin update (see #64 ).
The text was updated successfully, but these errors were encountered: