[Koha-bugs] [Bug 22472] New: Should column_exists explode if the table does not exist?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 7 13:13:44 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22472

            Bug ID: 22472
           Summary: Should column_exists explode if the table does not
                    exist?
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.druart at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
  Target Milestone: ---

See bug 18936 comment 33.
If C4::Installer::column_exists is called with a table that has been removed,
the methods will print an error.

I think it should early return if the table does not exist (not an exception,
we do not want to make more complex the update DB script)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list