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 sql escape functions for POSIXlt and POSIXt #932

Closed
wants to merge 1 commit into from

Conversation

pschmied
Copy link

Encountered a data.frame with posix dates and times, that I couldn't mash into a postgres database. Added some methods for escaping these, just the same as escape.Date.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.12%) to 65.94% when pulling b3b4c82 on pschmied:master into 6382b8f on hadley:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.12%) to 65.94% when pulling 6dd76dd on pschmied:master into 6382b8f on hadley:master.

@hadley
Copy link
Member

hadley commented Aug 24, 2015

It's not clear that this is the correct approach when the time zone is different on the client and server.

@hadley hadley closed this Aug 24, 2015
@lock
Copy link

lock bot commented Jan 19, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants