A view does not sort data. You have to do the sort in the SQL statement that references the view. The order by clause will just be ignored by a view so no this is not a bug.