BUG #2654: comments not ignored

From: "Meikel Bisping" <m(dot)bisping(at)gmx(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2654: comments not ignored
Date: 2006-09-26 14:49:17
Message-ID: 200609261449.k8QEnHsA013695@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2654
Logged by: Meikel Bisping
Email address: m(dot)bisping(at)gmx(dot)de
PostgreSQL version: 8.1.3
Operating system: Windows XP
Description: comments not ignored
Details:

When running the following SQL
create temp table test1 (col1 integer);

select * from test1
--select * from test2;
-- select * from test3

with JDBC using postgresql-8.1-407.jdbc3.jar.
I get an exception message:
Die Abfrage ergab mehrere ResultSets. [SQL State=0100E]
which disappears when the ; is removed from the comment.

Browse pgsql-bugs by date

  From Date Subject
Next Message ted Petrosky 2006-09-26 19:08:18 BUG #2655: failed to make
Previous Message Mussum 2006-09-26 14:21:53 Help-me