Hello, I was trying 13.1-d20230815 and I noticed a bunch of errors in my app, for example:
and also the generated SQL is different in respect to latest 13.0, so I just wanted to tell you, since I don't know if there is some bug or if I should expect some behaviour change with 13.1
Please let me know if you need some more details (and if I need to worry for some incorrect usage by me which won't work with 13.1)
Code:
ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.ROLE includes AUTH_ROLES.ROLE via ID_ROLE_FK using alias ROLES ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.ROLE includes AUTH_ROLES.ROLE via ID_ROLE_FK using alias ROLES ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.ROLE_DESCRIPTION includes AUTH_ROLES.DESCRIPTION via ID_ROLE_FK using alias ROLES ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.ROLE includes AUTH_ROLES.ROLE via ID_ROLE_FK using alias ROLES ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.EMAIL includes AUTH_USERS.EMAIL via ID_USER_FK using alias USERS ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.IS_SUPER_USER includes AUTH_ROLES.IS_SUPER_USER via ID_ROLE_FK using alias ROLES ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.APP_ID includes AUTH_ROLES.AUTH_APPS.APP_ID via ID_ROLE_FK using alias ROLES_APPS ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.APP_ID includes AUTH_ROLES.AUTH_APPS.APP_ID via ID_ROLE_FK using alias ROLES_APPS ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.EMAIL includes AUTH_USERS.EMAIL via ID_USER_FK using alias USERS ERROR SQLDataSource Aliases incFrom AUTH_USERS_ROLES.ROLE includes AUTH_ROLES.ROLE via ID_ROLE_FK using alias ROLES
Please let me know if you need some more details (and if I need to worry for some incorrect usage by me which won't work with 13.1)
Comment