-
-
Notifications
You must be signed in to change notification settings - Fork 382
feat: creating UuidUniqWithDefault and UuidWithDefault #1641 #1642
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
base: master
Are you sure you want to change the base?
feat: creating UuidUniqWithDefault and UuidWithDefault #1641 #1642
Conversation
9de84c2 to
558fe6f
Compare
1c4acb5 to
88efa97
Compare
.github/workflows/loco-new.yml
Outdated
| - name: Setup Rust cache | ||
| uses: Swatinem/rust-cache@v2 | ||
| - name: Setup Rust clippy | ||
| run: rustup component add clippy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't think we need it. it working without it
.github/workflows/loco-rs-ci.yml
Outdated
| - name: Setup Rust cache | ||
| uses: Swatinem/rust-cache@v2 | ||
| - name: Setup Rust clippy | ||
| run: rustup component add clippy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for here
src/storage/stream.rs
Outdated
| impl BytesStream { | ||
| /// Convert the `BytesStream` into an axum `Body` for HTTP responses. | ||
| /// This enables zero-copy streaming directly to the HTTP response. | ||
| #[allow(clippy::double_must_use)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove it as well
e7a3090 to
7fde65d
Compare
|
Changes applied! |
| @@ -1,4 +1,5 @@ | |||
| use loco_rs::prelude::*; | |||
| use axum::debug_handler; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don’t think this is related.
Since axum::debug_handler is now part of loco_rs::prelude::*; you can safely remove the import.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's true. I applied. When i send this PR the 0.16.4 is not released and i changed to pass the pipeline
|
Hi @kaplanelad, you approved but not merge the PR. Something wrong? |
301f7bc to
af27b1e
Compare
I need to add a default value to uuid column and add a default value to uniq uuid column.