http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7902

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7902
          Assignee: [email protected]
           Summary: Adding Function to Check for Existence of Tables
        QA Contact: [email protected]
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: rel_3_8
         Component: Database
           Product: Koha

This patch adds a function TableExists which checks for the existence of a
given table and returns 1 or 0 accordingly. This allows us to check for the
existence of a given table when doing operations on tables which may not exist
in a given database which, in turn, will reduce the number of red errors which
show up after an upgrade.

An example of its use is included in this patch.

-- 
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