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