[Devel] [ openser-Patches-1470001 ] unixodbc patch
SourceForge.net
noreply at sourceforge.net
Tue Apr 25 18:30:26 CEST 2006
Patches item #1470001, was opened at 2006-04-13 21:30
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1470001&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Sumeet (torturedsoul)
Assigned to: Bogdan (bogdan_iancu)
Summary: unixodbc patch
Initial Comment:
I've corrected some issues with unixodbc module leaking
memory in the covert rows function. I've also removed
some deprecated ODBC functions, fixed invalid cursor
state on error and fixed error reporting from ODBC. The
module tests and works properly now. Attached is the
patch.
-Sumeet Gupta
----------------------------------------------------------------------
>Comment By: Bogdan (bogdan_iancu)
Date: 2006-04-25 19:30
Message:
Logged In: YES
user_id=1275325
done, thanks!
----------------------------------------------------------------------
Comment By: Sumeet (torturedsoul)
Date: 2006-04-21 21:24
Message:
Logged In: YES
user_id=1231194
Bogdan,
In file res.c line 173
Change from:
for(i=1; i < columns; i++)
To:
for(i=0; i < columns; i++)
Everything else looks ok.
Thanks,
Sumeet
----------------------------------------------------------------------
Comment By: Bogdan (bogdan_iancu)
Date: 2006-04-14 16:39
Message:
Logged In: YES
user_id=1275325
thanks for the fixes; as the patch didn't apply cleanly, I
had do apply it by hand, so please check if everything is ok.
----------------------------------------------------------------------
Comment By: Sumeet (torturedsoul)
Date: 2006-04-13 21:44
Message:
Logged In: YES
user_id=1231194
I ran the patch again against the head branch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1470001&group_id=139143
More information about the Devel
mailing list