Skip to content

Commit 9fd04e7

Browse files
committed
Fixed dbClose
1 parent 1f59e60 commit 9fd04e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/RDolphinDB.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ setMethod(
209209
signature(conn = "RDolphinDB"),
210210
function(conn) {
211211
DisConnect()
212-
object@connected <- FALSE
212+
conn@connected <- FALSE
213213
}
214214
)
215215

0 commit comments

Comments
 (0)