Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "params" and "n" arguments to dbGetQuery() #76

Closed
krlmlr opened this issue Jan 25, 2016 · 1 comment
Closed

Add "params" and "n" arguments to dbGetQuery() #76

krlmlr opened this issue Jan 25, 2016 · 1 comment

Comments

@krlmlr
Copy link
Member

krlmlr commented Jan 25, 2016

to be passed to dbFetch() and dbBind().

@krlmlr
Copy link
Member Author

krlmlr commented Jan 19, 2017

Not as formal argument, but to be checked (and documented!) by DBItest.

@krlmlr krlmlr changed the title Add "n" argument to dbGetQuery() Add "params" and "n" arguments to dbGetQuery() Apr 6, 2017
@krlmlr krlmlr closed this as completed in 711d91f May 4, 2017
@ghost ghost removed the ready label May 4, 2017
krlmlr added a commit that referenced this issue May 5, 2017
- 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).
krlmlr added a commit that referenced this issue Jun 18, 2017
- 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).
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant