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
Package RSQLite version 2.0
Package built using 73707/R 3.5.0; x86_64-pc-linux-gnu; 2017-11-10 16:56:28 UTC; unix
Checked with rchk version 63f79d910f5835174fcaa5a0a7d2409348f7d2ac
More information at https://github.com/kalibera/cran-checks/blob/master/rchk/PROTECT.md
Function SqliteColumn::operator SEXPREC*() const
[UP] allocating function ColumnStorage::copy_to(SEXPREC*, DATA_TYPE, int) const may destroy its unprotected argument (ret <arg 2>), which is later used. RSQLite/src/SqliteColumn.cpp:80
The text was updated successfully, but these errors were encountered:
- Values of class `"integer64"` are now supported for `dbWriteTable()` and `dbBind()` (#243).
- New connections now automatically load default RSQLite extensions (#236).
- Implement `dbUnquoteIdentifier()`.
- Update bundled sqlite3 library to 3.22 (#252).
- Names in the `x` argument to `dbQuoteIdentifier()` are preserved in the output (r-lib/DBI#173).
- Fix rchk warnings on CRAN (#250).
- `dbRowsAffected()` and `dbExecute()` return zero after a `DROP TABLE` statement, and not the number of rows affected by the last `INSERT`, `UPDATE`, or `DELETE` (#238).
- Refactor connection and result handling to be more similar to other backends.
- Fix `dbQuoteIdentifier()` to ignore invalid UTF-8 strings (r-dbi/DBItest#156).
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
The text was updated successfully, but these errors were encountered: