From: Greg W. <gwa...@py...> - 2006-07-08 06:33:40
|
On 07 July 2006, Andrew McNamara said: > If someone is offering to put pre-release code through it's paces, > we can do that without SF (yeah, it's a pretty clunky way of doing it, > but we all did somehow get by before the SF, and even IP connectivity 8-) I'm willing to test out patches posted to this list. I only have access to a 6-year old version of Sybase (11.0.3) though. I suppose that's useful for testing compatibility with old versions. > Obviously Greg's patch should go in - are there any other patches vs > 0.37 that should be applied? I'll put together a devel snapshot for you > to download and test, and if all goes well, we'll call that 0.38. I noticed some copy 'n pasted code, which always rubs me the wrong way; here's a patch to correct it. It's running fine on my development server right now. Greg P.S. patch is relative to my '_close_fetcher()' patch. P.P.S. I just realized that perhaps I should have called it '_closefetcher()' for consistency with the rest of the code. Andrew, please rename it if you feel that's the right thing to do. Stylistic consistency is more important than worrying about hurting some contributor's feelings! |