Added support for placing multiple SQL statements in the query text area, each separated by a semicolon. BasicQuery will split the input at each semicolon (unless they are within quotes) and execute each statement independently. The feature is enabled and disabled by a menu option. Note that all the statements in the group must be the same type (selects [with resultsets] versus modifications [update, insert, delete, DDL]).