[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-19 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #19 from Denis Kolesnik lirex.software at gmail dot com 2012-08-19 18:15:49 UTC --- (In reply to comment #18) Gcc cannot alter results of an SQL query, it's a bug in your program. This is the wrong place to get help debugging your

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-19 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #20 from Denis Kolesnik lirex.software at gmail dot com 2012-08-19 18:21:08 UTC --- sure: I found, that the bug is if I use limit 1 clause. It is surelly a bug.

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #8 from Denis Kolesnik lirex.software at gmail dot com 2012-08-18 21:19:51 UTC --- my command line for compile: c++ -ID:\Program Files\PostgreSQL\9.1\include -LD:\Program Files\PostgreSQL\9.1\lib -lpq -o %application_file%

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
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

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 Denis Kolesnik lirex.software at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 Denis Kolesnik lirex.software at gmail dot com changed: What|Removed |Added Status|RESOLVED

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #12 from Denis Kolesnik lirex.software at gmail dot com 2012-08-18 22:15:40 UTC --- What exactly is your question and why do you think it's anything to do with GCC? that is one of my questions. Whether it is a GCC bug or

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 Denis Kolesnik lirex.software at gmail dot com changed: What|Removed |Added Status|RESOLVED

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #15 from Denis Kolesnik lirex.software at gmail dot com 2012-08-19 00:45:56 UTC --- (In reply to comment #13) This line contains a bug: strcpy(SQL1,select id, ' ', regexp_replace(str_last_name,' ','') as lastname, ' ',

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 Denis Kolesnik lirex.software at gmail dot com changed: What|Removed |Added Attachment #27972|0 |1

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-18 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #17 from Denis Kolesnik lirex.software at gmail dot com 2012-08-19 00:54:19 UTC --- (In reply to comment #10) I'm sorry. That is my falut and the problem was that I overflowed variables size causing undefined behaviour. Now I kwon

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-16 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #7 from Denis Kolesnik lirex.software at gmail dot com 2012-08-16 22:38:19 UTC --- *** Bug 54213 has been marked as a duplicate of this bug. ***

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-09 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #4 from Denis Kolesnik lirex.software at gmail dot com 2012-08-09 20:22:40 UTC --- operation system is Windows XP Home Edition(I guessit is an OEM version) with Service Pack 3 installed.

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-09 Thread lirex.software at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #5 from Denis Kolesnik lirex.software at gmail dot com 2012-08-09 20:24:54 UTC --- my operation system is Windows XP Home Edition(I guess it is an OEM version) with Service Pack 3 installed.

[Bug c++/54214] (corrected copyright notes in source file)please help to determine whether it is an PostgreSQL error or a GCC error (combobox and SQL data sorting)

2012-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54214 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2012-08-09 21:50:59 UTC --- 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