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

Support chrono::NaiveDate & chrono::NaiveTime #207

Merged
merged 5 commits into from
Sep 30, 2021
Merged

Support chrono::NaiveDate & chrono::NaiveTime #207

merged 5 commits into from
Sep 30, 2021

Conversation

@billy1624 billy1624 self-assigned this Sep 27, 2021
@billy1624 billy1624 changed the title Support chrono::NaiveDate Support chrono::NaiveDate & chrono::NaiveTime Sep 28, 2021
@billy1624
Copy link
Member Author

Got a problem when adding chrono::NaiveTime for SQLite

thread 'main' panicked at 'a Display implementation returned an error unexpectedly: Error', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/string.rs:2380:14

https://github.com/SeaQL/sea-orm/pull/207/checks?check_run_id=3728117667#step:5:212

@tyt2y3
Copy link
Member

tyt2y3 commented Sep 30, 2021

Is it possible for us to work around on our side without depending on the SQLx PR?

@billy1624
Copy link
Member Author

Is it possible for us to work around on our side without depending on the SQLx PR?

Possible! See 05b3704

@billy1624 billy1624 marked this pull request as ready for review September 30, 2021 03:27
@tyt2y3
Copy link
Member

tyt2y3 commented Sep 30, 2021

That's good

@billy1624 billy1624 linked an issue Sep 30, 2021 that may be closed by this pull request
@tyt2y3 tyt2y3 merged commit a6dfb41 into master Sep 30, 2021
@tyt2y3 tyt2y3 deleted the naive-date branch September 30, 2021 14:52
arpancodes pushed a commit to arpancodes/sea-orm that referenced this pull request Apr 8, 2022
Fix PostgreSQL `ColumnType::TinyInteger` mapping
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

Successfully merging this pull request may close these issues.

Support for mysql type DATE Support for sql type DATE
2 participants