This repository has been archived by the owner on Apr 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Integrate dplyr methods #4
Comments
imanuelcostigan
added a commit
that referenced
this issue
Oct 11, 2014
imanuelcostigan
added a commit
that referenced
this issue
Oct 14, 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
Oct 17, 2014
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)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Per Hadley's preference.
The text was updated successfully, but these errors were encountered: