http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7902
--- Comment #3 from Chris Nighswonger <[email protected]> --- (In reply to comment #2) > QA Comment, > > Why don't you simply use the following syntax: > DROP TABLE IF NOT EXISTS $tablename > > It is supported by mysql and postgresql > > http://dev.mysql.com/doc/refman/5.1/en/drop-table.html > http://www.postgresql.org/docs/8.2/static/sql-droptable.html The included syntax is truly DB agnostic, whereas some DBs may implement EXISTS differently. -- 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/
