[Koha-bugs] [Bug 7167] updatedatabase improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 26 15:44:22 CEST 2012


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

--- Comment #103 from Chris Nighswonger <cnighswonger at foundations.edu> ---
(In reply to comment #102)
> 
> However, I don't like parsing the SQL ourselves. Why don't we just open the
> SQL file, save the contents into the variable that stores the SQL, and run
> it directly? Writing our own SQL parser is sure to come back and bite us.
> Moreover, requiring special delimiters seems like an unnecessary burden.

I'm also leery of writing our own SQL parser. The "kiss" philosophy strikes me
as appropriately applied here. The less customization, the fewer maintenance,
etc. issues.

(I'm thinking specifically of C4::SQLHelper here... :-P )

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


More information about the Koha-bugs mailing list