Changelog
Source:NEWS.md
readwritesqlite 0.2.0.9005
Continuous integration
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#45).
readwritesqlite 0.2.0.9004
Continuous integration
- Use larger retry count for lock-threads workflow (#44).
readwritesqlite 0.2.0.9003
Continuous integration
- Ignore errors when removing pkg-config on macOS (#43).
readwritesqlite 0.2.0.9002
Continuous integration
- Overwrite from actions-sync (#42).
readwritesqlite 0.2.0
CRAN release: 2022-10-16
- Added
rws_export_gpkg()
. - Now R >= 4.0
- Switched to testthat 3.
- Previously soft deprecated functions now warn unconditionally.
readwritesqlite 0.1.0
CRAN release: 2020-01-29
New Features
- Added
rws_drop_table()
. - Added
rws_rename_table()
andrws_rename_column()
. - Updated error messages to tidyverse style.
Deprecated Functions
- Deprecated
check_sqlite_connection()
forchk_sqlite_conn()
.