Skip to content

Commit

Permalink
editoast: derive: a TODO for later
Browse files Browse the repository at this point in the history
Not much is left to implment support for generated columns.
That may replace some handwritten SQL queries here and there.

Signed-off-by: Leo Valais <[email protected]>
  • Loading branch information
leovalais committed Feb 2, 2025
1 parent c2e9e97 commit 53334a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editoast/editoast_derive/src/model/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub(super) struct ModelFieldArgs {
#[darling(default)]
pub(super) column: Option<syn::Path>,
#[darling(default)]
pub(super) builder_skip: bool,
pub(super) builder_skip: bool, // make SkipArgs : skip(changeset), skip = skip(row, changeset) + alias generated
#[darling(default)]
pub(super) identifier: bool,
#[darling(default)]
Expand Down

0 comments on commit 53334a0

Please sign in to comment.