sea-orm icon indicating copy to clipboard operation
sea-orm copied to clipboard

Partial model support generic

Open Goodjooy opened this issue 2 years ago • 3 comments

PR Info

Add generic support for derive macro DerivePartialModel. Make it can use with FromQueryResult with generic argument.

New Features

  • [x] generic support for DerivePartialModel
    • [x] implement
    • [x] doc
    • [x] test cases

Goodjooy avatar May 06 '23 15:05 Goodjooy

The implementation looks good. At least this approach will be backwards compatible.

tyt2y3 avatar May 16 '23 19:05 tyt2y3

It seems the tool chain nightly-x86_64-unknown-linux-gnu can not install in github action?

Goodjooy avatar Jun 21 '23 12:06 Goodjooy

https://github.com/SeaQL/sea-orm/actions/runs/5333518372/jobs/9685418789?pr=1630

info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: update not yet available, sorry! try again later
error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installable

strange... it seems to happen randomly

tyt2y3 avatar Jun 22 '23 07:06 tyt2y3