With latest commit (master) and with v1.7, there is a problem with many to many relations with the experimental new column names.
The ugly table looks like this (german field names):
table rechtehg (
id int,
bid int,
hgid int
)
bid means user id, hgid means main group id
In Cortex model, fieldconf looks like this:
Model User:
With latest commit (master) and with v1.7, there is a problem with many to many relations with the experimental new column names. The ugly table looks like this (german field names):
bid means user id, hgid means main group id In Cortex model, fieldconf looks like this: Model User:
Model MainGroup:
But if I use the relation, for example with a contains it doesn't work:
Cortex generates following wrong sql statement:
The column name after the "where" does not exist, it should be hgid or bid. System: Postgresql 11, Debian 10, php 7.4fpm, F3 7.2.