This is a discussion on CVS and open cursor within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Hello, Hiroshi have you commited all changes? I have still "The cursor is open." problem with CVS. So I ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| > > 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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |