#661: Add flag to sea-orm-cli to generate code for time crate#724
#661: Add flag to sea-orm-cli to generate code for time crate#724tyt2y3 merged 9 commits intoSeaQL:masterfrom nahuakang:661_time_crate_flag
sea-orm-cli to generate code for time crate#724Conversation
|
I think we can merge this after: #706. |
|
@ikrivosheev Sounds good. I'll make the cli adjustment to clap derive after #706 merged. |
|
@nahuakang, hello, can you resolve conflicts? |
|
Sure, I'll get this done this week 👍 |
|
We have upgraded |
|
@billy1624 @ikrivosheev Just rebased :) I like the new declare style for commands! |
ikrivosheev
left a comment
There was a problem hiding this comment.
@nahuakang thank you for PR! One comment)
|
@ikrivosheev @billy1624 Tests are failing due to the fact that |
Hey @nahuakang, we could implement the conversion inside |
|
@billy1624 @ikrivosheev The most recent commit will throw an error as well for the examples tests. Do you know how I should import the enum into |
|
Thank you so much for the contribution. With this addition, we should begin a transition from |
* Custom join condition (SeaQL/sea-orm#793) * Migration does not depend on entity crate * Define integer enum with repr[x] syntax * Document datatype mappings (SeaQL/sea-orm#772) * Cursor pagination (SeaQL/sea-orm#754, SeaQL/sea-orm#822) * (de)serialize custom JSON types (SeaQL/sea-orm#794) * Generate new migration file (SeaQL/sea-orm#656) * Skip generating entity file for specific tables (SeaQL/sea-orm#837) * Generate entity with date time crate option (SeaQL/sea-orm#724) * Drop `SelectTwoMany::one()` method (SeaQL/sea-orm#813) * Datatype mappings of primitives (SeaQL/sea-orm#850, SeaQL/sea-schema#75) * Join with table alias (SeaQL/sea-orm#852) * SQLx logging level (SeaQL/sea-orm#800) * Insert with on conflict (SeaQL/sea-orm#791) * Migrate generate should take file name as argument instead of option (SeaQL/sea-orm#870) * Upgrade docusaurus to 2.0.0-beta.22 * What's new in SeaORM 0.9.0 * Move migration section forward * Rename "Generating Database Schema" section to "Generating SeaQuery Statement" * Fix broken links * Edit * Edit * Edit * Edit Co-authored-by: Chris Tsang <[email protected]>
PR Info
Adds
date-time-cratetosea-orm-cli, which enables users to generate entities with eitherchronoortimecratesFixes
Breaking Changes
Changes
EntityWriterContextthat handlesexpanded_format,with_serdeanddate_time_crateper discussion here: