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

enum declarations are generated in views and procedures #15

@yuvalsol

Description

@yuvalsol

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions