http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #95 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #93)
While looking at the code so extensively, I have been wondering if the get_queries and execute stuff is really needed. Why not run the file? Actually, I did for perl dbrevs now. (But let us discuss that first.)
_get_queries allows us to find potential problems with queries to execute (coherency on syspref, table/column name, permission) and to return a friendly structure ( {queries => [], comments => [] } ). With your suggestion, how can we know (to display) the queries to execute (or which had been executed) and the comments ? -- You are receiving this mail because: You are watching all bug changes.