Patches item #1493938, was opened at 2006-05-24 04:30 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1493938&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 wasteful memory fixes and reconnect Initial Comment: This patch fixes unixodbc wasteful memory allocation. Previously the module allocated 1k for each retrieved column regardless of actual size. It now allocates the proper size of the data. Reconnect on connection loss is also fixed as this did not work before. These fixes have been tested. Hopefully this makes the 1.1 release. -Sumeet Gupta ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1493938&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
