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

             Bug #: 54214
           Summary: (corrected copyright notes in source file)please help
                    to determine whether it is an PostgreSQL error or GCC
                    error (combobox and SQL data sorting)
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: lirex.softw...@gmail.com


Created attachment 27972
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27972
a c++ source file

hello,

I use a PostgreSQL database and manipulate data from an GCC c++ application
under Windows XP.
I use libpq-fe.h library.

and I noticed, that if I use an SQL string "... order by..." - then it could
represent data normally in an combobox element, but if I use a
second SQL query to find one field using almost the same query
then some ids from 1 and 2 queries are not equal.

I found a solution by excluding "... order by...". But it is not convient to
see surnames unsorted...

Is it a PostgreSQL error's side or GCC?
please help to determine, because I'm not professional on it.

Regards,
Denis Kolesnik.

Reply via email to