Fixed issue when IBX has to disambiguate aliasnames. This occurs when aggregation or concatenation functions are used in SELECT queries and no aliasname is given. In this case, Firebird reports the same aliasname for each type of function and IBX has to disambiguate the name. The fix ensures that fields correctly correspond with the corresponding database column,