Обсуждение: CVS and open cursor
Hello, Hiroshi have you commited all changes? I have still "The cursor is open." problem with CVS. So I try fix it myself. Please could you commit the changes more frequently or send the patches to the list so I can cooperate? My patch is based on PGAPI_FreeStmt(hstmt, SQL_CLOSE) is called from PGAPI_MoreResults when this returns SQL_NO_DATA. Patch (againist CVS HEAD) attached. Regards, Luf
Вложения
Ludek Finstrle wrote: > Hello, > > Hiroshi have you commited all changes? Unfortunately I have pretty many changes in my local source. > I have still > "The cursor is open." problem with CVS. So I try fix it myself. > Please could you commit the changes more frequently or send > the patches to the list so I can cooperate? OK I would commit the changes this weekend. > My patch is based on PGAPI_FreeStmt(hstmt, SQL_CLOSE) is called > from PGAPI_MoreResults when this returns SQL_NO_DATA. > Patch (againist CVS HEAD) attached. Please commit the patch. regards, Hiroshi Inoue
Hiroshi Inoue wrote: > Ludek Finstrle wrote: >> Hello, >> >> Hiroshi have you commited all changes? > > Unfortunately I have pretty many changes in my local source. > >> I have still >> "The cursor is open." problem with CVS. So I try fix it myself. >> Please could you commit the changes more frequently or send >> the patches to the list so I can cooperate? > > OK I would commit the changes this weekend. Sorry, I've been busy the last weekend. I would commit the changes tonight or tomorrow. regards, Hiroshi Inoue
> > My patch is based on PGAPI_FreeStmt(hstmt, SQL_CLOSE) is called > > from PGAPI_MoreResults when this returns SQL_NO_DATA. > > Patch (againist CVS HEAD) attached. > > Please commit the patch. Patch commited. Regards, Luf