Skip to content

Add custom names for fields in database#504

Open
xelab04 wants to merge 13 commits intocot-rs:masterfrom
xelab04:raw-field-names
Open

Add custom names for fields in database#504
xelab04 wants to merge 13 commits intocot-rs:masterfrom
xelab04:raw-field-names

Conversation

@xelab04
Copy link
Copy Markdown
Contributor

@xelab04 xelab04 commented Mar 13, 2026

Supersedes #486

@github-actions github-actions Bot added C-cli Crate: cot-cli (issues and Pull Requests related to Cot CLI) C-codegen Crate: cot-codegen labels Mar 13, 2026
Copy link
Copy Markdown
Member

@m4tx m4tx left a comment

Choose a reason for hiding this comment

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

Looks good to me; please have a look at the comment I left on the keywords.rs file, and at the CI results and fix the test that's failing now. Don't worry about the semver compatibility check; it's fine to break cot-codegen APIs.

After this is fixed, we'll be ready to merge the PR!

Comment thread cot-cli/tests/migration_generator/keywords.rs Outdated
Comment thread cot-codegen/src/model.rs
@seqre seqre linked an issue Mar 23, 2026 that may be closed by this pull request
@seqre
Copy link
Copy Markdown
Member

seqre commented May 3, 2026

Hey @xelab04, how it's going with this PR? Do you need any help from us?

@github-actions github-actions Bot added the C-macros Crate: cot-macros label May 6, 2026
@xelab04 xelab04 force-pushed the raw-field-names branch 2 times, most recently from a67e114 to 92128bc Compare May 6, 2026 07:35
@xelab04 xelab04 force-pushed the raw-field-names branch from 989ac7a to bcab67e Compare May 6, 2026 07:37
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
rust 90.08% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
cot-codegen/src/model.rs 94.68% <100.00%> (+0.16%) ⬆️
cot-macros/src/lib.rs 94.84% <ø> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-cli Crate: cot-cli (issues and Pull Requests related to Cot CLI) C-codegen Crate: cot-codegen C-macros Crate: cot-macros

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Renaming struct params for db use

4 participants