Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `dbWriteTable()` supports `temporary` argument, default `FALSE` (#113). - The `name` argument to the transaction methods appears before the ellipsis for compatibility reasons. - Use new `dbSendStatement()` and `dbExecute()` internally. - Deprecation warnings are given only once, with a clear reference to the source. - Undeprecate `sqliteQuickColumn()` and `fetch()`. - Multi-row binding implemented in C++ (#168, #178). - All DBI methods contain an ellipsis `...` in their signature.
- Loading branch information