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
- Update specification from DBItest v1.4-21.
- The default implementation of `dbGetQuery()` now accepts an `n` argument and forwards it to `dbFetch()`. No warning about pending rows is issued anymore (#76).
- The `dbGetQuery()` method now has `valueClass = data.frame`.
- Require R >= 3.0.0 (for `slots` argument of `setClass()`) (#169, @mvkorpel).
- Import updated specs from `DBItest`.
- The default implementation of `dbGetQuery()` now accepts an `n`
argument and forwards it to `dbFetch()`. No warning about pending rows
is issued anymore (#76).
- Require R >= 3.0.0 (for `slots` argument of `setClass()`) (#169,
@mvkorpel).
to be passed to dbFetch() and dbBind().
The text was updated successfully, but these errors were encountered: