Skip to content

Add custom names for fields in database#504

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

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

Conversation

@xelab04
Copy link
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
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!

@@ -1,4 +1,4 @@
use cot::db::{Auto, model};
use cot::db::{Auto, ForeignKey, model};
Copy link
Member

Choose a reason for hiding this comment

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

Seems like this file was changed probably because after merging 3bdb47a - please restore it to the original state.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants