Skip to content
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

MonetDBLite should allow close then re-open databases? without restarting R #3877

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
enhancement New feature or request SQL

Comments

@monetdb-team
Copy link

Date: 2015-11-28 16:46:01 +0100
From: Anthony Damico <>
To: Hannes Muehleisen <>
Version: -- development
CC: ajdamico

Last updated: 2016-06-23 10:24:47 +0200

Comment 21617

Date: 2015-11-28 16:46:01 +0100
From: Anthony Damico <>

User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
Build Identifier:

library(MonetDB.R)
library(MonetDBLite)

td1 <- paste0( tempdir() , "/one" )
td2 <- paste0( tempdir() , "/two" )

dir.create( td1 )
dir.create( td2 )

db1 <- dbConnect( MonetDB.R() , embedded = td1 )
dbWriteTable( db1 , 'mtcars' , mtcars )

dbDisconnect( db1 , shutdown = TRUE )

db2 <- dbConnect( MonetDB.R() , embedded = td2 )
dbWriteTable( db1 , 'mtcars' , mtcars )

Reproducible: Always

Comment 22110

Date: 2016-04-29 07:52:46 +0200
From: Anthony Damico <>

wilbur would be proud

@monetdb-team monetdb-team added enhancement New feature or request SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SQL
Projects
None yet
Development

No branches or pull requests

2 participants