Re: [PATCHES] Fix ecpg SQL CONNECT with variable user name

2007-12-28 Thread Michael Meskes
On Fri, Dec 28, 2007 at 11:43:49AM +0900, ITAGAKI Takahiro wrote: > Here is a fix for ecpg in 8.3 when the user name is specified by > variables on SQL CONNECT. > ... Just committed fix to CVS. Thanks for pointing this out and fixing it Takahiro-san. Michael -- Michael Meskes Email: Michael at F

[PATCHES] Fix ecpg SQL CONNECT with variable user name

2007-12-27 Thread ITAGAKI Takahiro
Here is a fix for ecpg in 8.3 when the user name is specified by variables on SQL CONNECT. When we compile the following statement in ecpg: EXEC SQL CONNECT TO :dbname USER :usrname IDENTIFIED BY :usrpass; ecpg in 8.2 compiles it correctly. { ECPGconnect(__LINE__, 0, dbname , usrname , us