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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to