I got a error message when try to insert text which contains character ; (semicolon) in import or query page of SQL Buddy

eg:
INSERT INTO table1 (col1) VALUES("abc;defg"); <<< fail
INSERT INTO table1 (col1) VALUES("abcdefg"); <<<OK

Is it a bug of SQL Buddy? Thanks.