Patches item #1470001, was opened at 2006-04-13 11:30 Message generated for change (Comment added) made by torturedsoul 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: Sumeet (torturedsoul) Date: 2006-04-21 11: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 06: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 11: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 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
