[ psqlodbc-Bugs-1010827 ] ODBC driver not parsing comment correctly

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1010827 ] ODBC driver not parsing comment correctly
Date: 2010-05-20 18:04:34
Message-ID: 20100520180434.E4FAB10716DD@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1010827, was opened at 2010-05-20 14:04
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010827&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Farid Zidan (faridz)
Assigned to: Nobody (None)
Summary: ODBC driver not parsing comment correctly

Initial Comment:
create table test_comment(col1 varchar(20));

/*http://forums.oracle.com/forums/thread.jspa?threadID=1055333&stqc=true*/
insert into test_comment values('abc');

I get the following error using ODBC driver executing the three lines above:
SQL Error. Native Code: 32, SQLState: 07002, Return Code: -1
The # of binded parameters < the # of parameter markers

Correctly, no error is generated if executing the insert using PgAdmin query.

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010827&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message B. Nicholson 2010-05-20 21:45:14 Re: FD_SETSIZE with large #s of files/ports in use
Previous Message Giles Lean 2010-05-20 17:25:25 Re: FD_SETSIZE with large #s of files/ports in use