Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

support "optional" fields in protoc3 #225

Open
stonerxs opened this issue Apr 12, 2022 · 2 comments
Open

support "optional" fields in protoc3 #225

stonerxs opened this issue Apr 12, 2022 · 2 comments

Comments

@stonerxs
Copy link

problem:
is a protoc3 file that contains optional fields, but code generator protoc-gen-gorm hasn't been updated to support optional fields in protoc3. Please ask the owner of this code generator to support protoc3 optional.--gorm_out:

Now proto3 has begun to support the optional feature. When will protoc Gen Gorm start to support it?

@RomanSter
Copy link
Contributor

RomanSter commented Oct 18, 2023

Same issue, but in their examples they do have optional fields..

optional string address_2 = 3;

@RomanSter
Copy link
Contributor

was solved, make sure you protoc is the right version
#250

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants