Re: ecpg enhance patch - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: ecpg enhance patch
Date
Msg-id 20000603205745.A2230@fam-meskes.de
Whole thread Raw
In response to Re: ecpg enhance patch  (SAKAIDA Masaaki <sakaida@psn.co.jp>)
Responses Re: ecpg enhance patch  (SAKAIDA Masaaki <sakaida@psn.co.jp>)
List pgsql-hackers
On Sat, Jun 03, 2000 at 11:22:19AM +0900, SAKAIDA Masaaki wrote:
> The following patch could solve the next error cases in 6.5.3-ecpglib.
> 
> case 1.
>    strcpy(str, "T''EST'TEST");
>    exec sql insert into ecpg_test values ( 11, :str, 'kobe' ) ;
>    
>    error(-201)(Too many arguments line 1025.
> 
> case 2. 
>    str( str, "T'''?'ESTTEST");
>    exec sql insert into ecpg_test values ( 11, :str, 'kobe' ) ;
> 
>    error(-202)(Too few arguments line 1024.)   
> 
> 
> However, these problems seems to be solved in 7.0-ecpglib.

So that means the patch is not needed anymore?

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: AW: New warning code for missing FROM relations
Next
From: The Hermit Hacker
Date:
Subject: Re: Commit messages list