MySql Fails to Drop column if associated with constraint

XMLWordPrintable

      MySql and Postgresql handle the Column Drop differently. In postgresql we can drop a column even if associated to a constraint. This action will drop the constraint as well. On the other hand MySql does not allow that. First we need to drop the constraint and then the column. Adodb does not handle this very well. In the context of this ticket we add code in the database.php file that finds the associated constraint and drops it before we drop the column.

            Assignee:
            Benn Oshrin (internet2.edu)
            Reporter:
            Ioannis Eythymios Igoumenos
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: