Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-2449

Unsupported Database setup option does not let you pick a hibernate dialect

      This makes the whole option pretty much pointless.

            [CONFSERVER-2449] Unsupported Database setup option does not let you pick a hibernate dialect

            For the record, there was also some consequent nastiness when working with an 'other' db.

            This is now fixed on HEAD and 1.3.1 .

            Our tests were obviously insufficient here.

            Nick Faiz [OLD] (Inactive) added a comment - For the record, there was also some consequent nastiness when working with an 'other' db. This is now fixed on HEAD and 1.3.1 . Our tests were obviously insufficient here.

            Which clashed with

            key.7=other
            value.7=Unsupported Database in SupportedDatabases.properties

            The velocity template now looks for 'other'.

            Nick Faiz [OLD] (Inactive) added a comment - Which clashed with key.7=other value.7=Unsupported Database in SupportedDatabases.properties The velocity template now looks for 'other'.

            The code was always present to handle it in the database setup form:

            #if ($database == "Other")
            #tag( TextField "label='Hibernate Dialect'" "name='dbConfigInfo.dialect'" )
            #end

            For some reason the database url parameter is not reading "Other" when someone chooses the Unsupported Database option.

            Nick Faiz [OLD] (Inactive) added a comment - The code was always present to handle it in the database setup form: #if ($database == "Other") #tag( TextField "label='Hibernate Dialect'" "name='dbConfigInfo.dialect'" ) #end For some reason the database url parameter is not reading "Other" when someone chooses the Unsupported Database option.

              nick@atlassian.com Nick Faiz [OLD] (Inactive)
              cmiller@atlassian.com Charles Miller (Inactive)
              Affected customers:
              0 This affects my team
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: