This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
0.5.0
Features
- Prepared statements
dbFetch(dbBind(dbSendQuery(con, "PREPARE select model from mtcars where cyl = ?"), list(4)), -1)
- Experimental in-memory mode
dbConnect(MonetDBLite::MonetDBLite(), ":memory:")
- Faster builds
Fixes
- Fix protection issue with query results
- Fix memory leaks & segfaults in shutdown
- Stripped more unused code
- Various dplyr fixes
Organisation
- Separated C library and R/Python/... frontends