Skip to content

Joins cause an error in Ormar #9

Description

@pmdevita

ormar-orm/ormar#789

Ormar has a bug that occurs when doing complex joins with a table that has a period "." in its name. Because nextcord-ormar by default names tables as {app_name}.{model_name}s, this causes a problem with basically every table that doesn't have a custom, period-less name. At the moment, if you need to perform any complex filtering over relationships, you should custom name your tables to avoid this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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