Skip to content

Unable to create 2 classes with difference only in case if no one has TABLE #1569

@ichavchavadze

Description

@ichavchavadze
CLASS abcd;
CLASS Abcd;

org.postgresql.util.PSQLException: ERROR: relation "_auto_features_abcd" already exists

It will work only if at least one class will have not auto table:
TABLE tbl(abcd);

similar to issue #1346

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions