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 support for temporal data types in result set #55

Open
andygrove opened this issue Jan 16, 2020 · 0 comments
Open

Add support for temporal data types in result set #55

andygrove opened this issue Jan 16, 2020 · 0 comments

Comments

@andygrove
Copy link
Contributor

We need the ability to retrieve DATE, TIME, TIME_WITH_TIMEZONE, TIMESTAMP, and TIMESTAMP_WITH_TIMEZONE data types from query result sets, as defined by ANSI SQL [1].

We should probably use the chrono crate? [2]

[1] https://crate.io/docs/sql-99/en/latest//chapters/02.html#sql-data-types
[2] https://docs.rs/chrono/0.4.10/chrono/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant