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

--- Comment #103 from Chris Nighswonger <cnighswon...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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