Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of custom column, can lead to errors, when multiple Apps are created #499

Closed
Backfisch145 opened this issue Mar 5, 2024 · 0 comments
Labels

Comments

@Backfisch145
Copy link

CC = Custom column

When creating a CC in App A, App B doesn't load if it cant find the CC there too.

The Ui doesn't show the CC but in the Background this exception is thrown:

org.springframework.jdbc.BadSqlGrammarException: jOOQ; bad SQL grammar [select `report`.`id`, `report`.`android_version`, `report`.`date`, `report`.`phone_model`, `report`.`marketing_device`, `report`.`installation_id`, `report`.`is_silent`, `report`.`exception_class`, `report`.`message`, `report`.`version_code`, `report`.`version_flavor`, `report`.`bug_id`, `report`.`custom_BUILD_CONFIG.BUILD_TYPE` as `CUSTOM_COLUMNS.custom_BUILD_CONFIG.BUILD_TYPE`, `report`.`custom_CUSTOM_DATA.User` as `CUSTOM_COLUMNS.custom_CUSTOM_DATA.User` from `report` use index (`IDX_report_date`) where `report`.`app_id` = ? order by `report`.`date` desc limit ? offset ?]
.
.
.

Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'report.custom_BUILD_CONFIG.BUILD_TYPE' in 'field list'

My current workaround is, creating the same CC in both Apps.

Version: 2.0.0-beta07

@F43nd1r F43nd1r added the bug label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants