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

Cannot use DateTime in MySQL #1076

Closed
csharad opened this Issue Aug 6, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@csharad
Contributor

csharad commented Aug 6, 2017

Setup

Versions

  • Rust: rustc 1.21.0-nightly
  • Diesel: 0.15.0
  • Database: mysql Ver 14.14 Distrib 5.7.19
  • Operating System: Ubuntu 17.04

Feature Flags

  • diesel: "mysql", "chrono"
  • diesel_codegen: "mysql"

Problem Description

I am not able to use DateTime in the table whereas Timestamp is usable. But Timestamp has a 2038 Year problem.

What are you trying to accomplish?

Allow DateTime as a datatype for mysql.

@Eijebong

This comment has been minimized.

Member

Eijebong commented Aug 9, 2017

Closed by #1082

Thanks for the report :)

@Eijebong Eijebong closed this Aug 9, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment