Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Integrate dplyr methods #4

Closed
imanuelcostigan opened this issue Oct 10, 2014 · 2 comments
Closed

Integrate dplyr methods #4

imanuelcostigan opened this issue Oct 10, 2014 · 2 comments
Assignees
Milestone

Comments

@imanuelcostigan
Copy link
Owner

Per Hadley's preference.

@imanuelcostigan imanuelcostigan self-assigned this Oct 10, 2014
@imanuelcostigan imanuelcostigan added this to the v0.2 milestone Oct 10, 2014
imanuelcostigan added a commit that referenced this issue Oct 16, 2014
- Qualifying dplyr function names per new convention
- sql_select API changed: no "limit" parameter as this is unsupported by
SQL Server. Using top, offset & fetch.
- build_query coped to RSQLServer from dplyr and call to sql_server
reflects necessary API change mentioned above.
- add db_query_rows() method as SQLServer cannot ORDER BY in a subquery.
However, it does have the nice `@@ROWCOUNT`  value
imanuelcostigan added a commit that referenced this issue Apr 23, 2015
- Bring dplyr integration back (#4). See

https://groups.google.com/forum/#!topic/manipulatr/9QrAEMt-9jc/discussion
- src_sqlserver interface improved to match dbConnect for
SQLServerDriver and improved documentation
- Improve performance of printing tbl objects (#12)
@imanuelcostigan
Copy link
Owner Author

781c937

@imanuelcostigan
Copy link
Owner Author

Opening more granular issues such as #21 #30 etc.

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