Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-30

Enhance drop statements for hsqldb

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.3
    • Generator
    • None

    Description

      This enhancements changes the drop statement in hsqldb templates from
      "drop table $table.name if exists;"
      to
      "drop table $table.name if exists cascade;".
      By this it is possible to drop a table which still has foreign key relations pointing to it.

      Attachments

        1. hsqldb.drop.vm.patch
          0.4 kB
          Patrick Carl

        Activity

          People

            tfischer Thomas Fox
            carlptr Patrick Carl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: