Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-4276

Inconsistent capitalization of database tables

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              415bb7258238 Markus Krieg
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: