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

Support UUID as field type #52

Open
Nokel81 opened this issue Sep 30, 2019 · 0 comments
Open

Support UUID as field type #52

Nokel81 opened this issue Sep 30, 2019 · 0 comments

Comments

@Nokel81
Copy link

Nokel81 commented Sep 30, 2019

I have tried to use UUID as a field type and it just gets ignored (which is not very useful if it is your primary key). I have checked the fields.go file and it seems to be ignored because it is a type that doesn't have a //gen:qs comment on top of it.

However, with some more testing it seems that the root problem is more about the handling of fixed sized arrays as field types. I can understand that this is normally a problem since it doesn't map to SQL style databases very well. However, fixed byte arrays are generally supported.

derElektrobesen added a commit that referenced this issue Oct 1, 2019
derElektrobesen added a commit that referenced this issue Oct 1, 2019
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

No branches or pull requests

1 participant