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

Improve backend API #568

Closed
13 tasks done
hadley opened this issue Sep 1, 2014 · 0 comments
Closed
13 tasks done

Improve backend API #568

hadley opened this issue Sep 1, 2014 · 0 comments
Assignees
Labels
feature a feature request or enhancement
Milestone

Comments

@hadley
Copy link
Member

hadley commented Sep 1, 2014

  • survey PRs and make more functions generic ([WIP] JDBC source #460, Create src-greenplum.r #336, dplyr-Oracle #250, piersharding@d2de9b7)
  • export generic function and document in one file - include details in backend vignette
  • move methods into individual DB files
  • move src_bigquery() and related methods to bigrquery package, remove bigquery dep
  • db_has_table() should default to dbTableExists()
  • escape_string() and escape_identifier() belong in dbi-s3.r with appropriate names
  • add sql_save_into()
  • add sql_subquery()
  • survey join functions for other needed generics
  • generics that perform action should start with db_, generics that generate sql should start with sql_
  • redo cache_lahman() so works more like cache_nycflights()
  • make sql_set_op a generic
  • qry_fields -> db_query_fields(), add db_query_rows().
@hadley hadley self-assigned this Sep 1, 2014
@hadley hadley added this to the 0.3 milestone Sep 1, 2014
@hadley hadley closed this as completed in 4d52b6e Sep 5, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Jun 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant