-
Suggestion
-
Resolution: Unresolved
This affects the area of smart commits and web hooks and possibly other parts of the code as well.
When you try to activate one of the features above, you easily get the following errors:
"An error occurred: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'fecru.AO_8219D4_COMMIT_HOOK_CONFIG' doesn't exist"
"com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'fecru.AO_B434B9_WEB_HOOK' doesn't exist
Table 'fecru.AO_B434B9_WEB_HOOK' doesn't exist"
This is caused by the fact that these tables were created with small letters but are are accessed with capital letters. This request is to ensure that table creation code and table access codes use a consistent syntax when accessing the database.