Uploaded image for project: 'jUDDI (Retired)'
  1. jUDDI (Retired)
  2. JUDDI-116

Drop statements in create_database.sql scripts should be prefixed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0rc5
    • None
    • None
    • Mac OS X

    Description

      The DROP TABLE statements in the create_database.sql scripts should all be prefixed like all of the other TABLE names within the create_database.sql files :

      – DROP TABLE BUSINESS_DESCR;

      should be

      – DROP TABLE ${prefix}BUSINESS_DESCR

      Attachments

        Activity

          People

            kstam Kurt Stam
            tcunning Thomas Cunningham
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: