dbTalk Databases Forums  

[BUGS] BUG #2654: comments not ignored

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2654: comments not ignored in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Meikel Bisping
 
Posts: n/a

Default [BUGS] BUG #2654: comments not ignored - 09-27-2006 , 01:51 PM







The following bug has been logged online:

Bug reference: 2654
Logged by: Meikel Bisping
Email address: m.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.

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.