31 Jul
2012
31 Jul
'12
6:06 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #120 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 11227 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11227&action=edit Bug 7167: Changing in .sql parsing We first split on delimiter and then extract comments. You can now put \n for delimiter comments. ex: DELIMITER ; -- this is a comment SELECT * FROM my_table; -- another comment Before this patch, we had to write: DELIMITER ; -- this is a comment; SELECT * FROM my_table; -- another comment; Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.