Skip to content
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

orm: fix code generate for option time #20031

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

felipensp
Copy link
Member

@felipensp felipensp commented Nov 28, 2023

Fix #20013

🤖[deprecated] Generated by Copilot at 751f0f2

Fix ORM bug with type aliases. Use ctyp variable to generate correct C code for fields that are aliases of other types, such as time.Time, in vlib/v/gen/c/orm.v.

🤖[deprecated] Generated by Copilot at 751f0f2

@felipensp felipensp marked this pull request as ready for review November 29, 2023 11:35
Copy link
Member

@spytheman spytheman left a comment

Choose a reason for hiding this comment

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

Good work.

@spytheman spytheman merged commit 00b1ce5 into vlang:master Nov 29, 2023
54 checks passed
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.

[orm] building error when inserting field ?time.Time
2 participants