A Group By clause with parameters now fails during prepare. The use of parameters in a Group By clause is not supported, however the error handling was not consistent across the various APIs. The logic has been changed to correct this inconsistency by returning error -20127 (SQL_ERR_BADPARAM) at query parsing time.