Skip to content

Conversation

@ofabianomartins
Copy link
Contributor

I need to add a default value to uuid column and add a default value to uniq uuid column.

@ofabianomartins ofabianomartins changed the title feat: creating UuidUniqWithDefault and UuidWithDefault feat: creating UuidUniqWithDefault and UuidWithDefault #1641 Sep 28, 2025
@ofabianomartins ofabianomartins force-pushed the feature_creating_more_options_off_uuid branch from 9de84c2 to 558fe6f Compare September 28, 2025 18:40
@ofabianomartins ofabianomartins force-pushed the feature_creating_more_options_off_uuid branch 2 times, most recently from 1c4acb5 to 88efa97 Compare October 11, 2025 01:46
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Setup Rust clippy
run: rustup component add clippy
Copy link
Contributor

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

- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Setup Rust clippy
run: rustup component add clippy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same for here

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)]
Copy link
Contributor

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

@ofabianomartins ofabianomartins force-pushed the feature_creating_more_options_off_uuid branch 2 times, most recently from e7a3090 to 7fde65d Compare October 19, 2025 22:58
@ofabianomartins
Copy link
Contributor Author

Changes applied!

@@ -1,4 +1,5 @@
use loco_rs::prelude::*;
use axum::debug_handler;
Copy link
Contributor

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.

Copy link
Contributor Author

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

@ofabianomartins
Copy link
Contributor Author

Hi @kaplanelad, you approved but not merge the PR. Something wrong?

@ofabianomartins ofabianomartins force-pushed the feature_creating_more_options_off_uuid branch from 301f7bc to af27b1e Compare November 9, 2025 21:43
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.

2 participants