http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214

--- Comment #9 from Denis Kolesnik <lirex.software at gmail dot com> 2012-08-18 
21:41:05 UTC ---
(In reply to comment #6)
> Why is this marked "enhancement" ?
> 
> Is this the same issue as PR 54213 ? If so please close that one.
> 
> What exactly is your question and why do you think it's anything to do with
> GCC?

I want to be last names sorted in a combobox alphabetically and use for it
"...order by str_last_name...".

Then I use one line returning SQL request, which helps to determine with wich
table id it is(by using SQL "...offset..." and combobox item number) and data
represented with table id not equals with id returned by the second SQL query.

The problem is solved if I do not use "...order by str_last_name..." but it is
not convenient to have data unsorted...

Reply via email to