Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

enum declarations are generated in views and procedures #15

Open
yuvalsol opened this issue Nov 28, 2023 · 0 comments
Open

enum declarations are generated in views and procedures #15

yuvalsol opened this issue Nov 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@yuvalsol
Copy link
Owner

If an enum type shows up in a view or procedure, the generator generates a new code of enum declaration (public enum name : int). This should not happen in views and procedures. They should reference the declaration from the original table, like this - tableName.enumName. This error is applicable on MySQL and when the enum type setting is set to "enum ushort" or "enum int".

@yuvalsol yuvalsol added the bug Something isn't working label Nov 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant