Re: ecpg enhance patch

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: SAKAIDA Masaaki <sakaida(at)psn(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ecpg enhance patch
Date: 2000-06-03 18:57:45
Message-ID: 20000603205745.A2230@fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-06-03 20:43:36 Re: [GENERAL] PostgreSQL v7.0.1 Released
Previous Message Nissim 2000-06-03 18:15:15 Variable formatting of datetime with DateStyle=ISO