|
Aha, so I'm not the only one to consider forking ADODBAPI! :-) I,
too, submitted some fixes to the mailing list long ago and never got a reply, and it's increasingly cumbersome to say "Requires ADODBAPI v2.0.1 with this patch and that patch and...." Has anyone forked it already? If I don't hear anything within a week, I'm going to set up a Trac environment myself. I won't replace the mailing list immediately, since Sourceforge's works fine and I don't especially want to become a mail admin. I do look forward, though, to rolling the accumulated patches into an up-to-date release and having a central place to ticket what remains. Any objectors? Regards, Erik Rose P.S. In response to the long-ago bottom poster, I think there are more preferable ways to talk to MS SQL from Python than through ADO: FreeTDS, for instance, which is cross-platform and less flakey than ADO. However, for applications like mine which absolutely need ADO- driven access, ADODBAPI seems the most mature solution. > I think a re-do may be going a little far, but the source is there, > and > it is easy to modify. A fork may be called for, and people to help > maintain the fork would be needed. > > What issues have you had with MSSQL and adodbapi? > > ~Jon Franz > NeuroKode Labs, LLC > > Chris Curvey wrote: > > I think I had posted something several years ago and never heard > > anything back. Since Python-to-MSSQL has been a pain in the neck > for > > years now, I'd be willing to help in an effort to re-do adodbapi. > > > > On 4/25/05, *Jonathan Franz* <jfranz at neurokode.com > > <mailto:jfranz at neurokode.com>> wrote: > > > > Does anyone know how I can reach the maintainer of adodbapi? I > > submitted a fix for a bug with transaction handling two weeks > ago, and > > heard nothing back. > > > > Looking closer at the project on SF, it looks like there > are open bugs > > dating back almost 2 years... is adodbapi now an orphaned > project? > > > > ~Jon Franz > > NeuroKode Labs, LLC > > _______________________________________________ > > DB-SIG maillist - DB-SIG at python.org <mailto:DB-SIG at > python.org> > > http://mail.python.org/mailman/listinfo/db-sig DB-SIG maillist - [hidden email] http://mail.python.org/mailman/listinfo/db-sig |
|
I am among those who have submitted patches. I get the idea (perhaps
unfounded) that the guys who made ADODBAPI now work for Micro$oft and that their employer does not WANT them to maintain it. A pity, if so. All I really know is that they have been silent for a very long time. Sourceforge seems have a policy for other volunteers taking over an inactive project. I think it would be better to try that than to make a new effort. I am trying to contact the existing project administrator by sending him a copy of this message. If there is continued silence, we should try taking over this project, I would think. Comments or volunteers, anyone? --- Vernon Cole -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Erik Rose Sent: Thursday, October 13, 2005 10:21 AM To: [hidden email] Subject: [DB-SIG] Forking ADODBAPI Aha, so I'm not the only one to consider forking ADODBAPI! :-) I, too, submitted some fixes to the mailing list long ago and never got a reply, and it's increasingly cumbersome to say "Requires ADODBAPI v2.0.1 with this patch and that patch and...." Has anyone forked it already? If I don't hear anything within a week, I'm going to set up a Trac environment myself. I won't replace the mailing list immediately, since Sourceforge's works fine and I don't especially want to become a mail admin. I do look forward, though, to rolling the accumulated patches into an up-to-date release and having a central place to ticket what remains. Any objectors? Regards, Erik Rose P.S. In response to the long-ago bottom poster, I think there are more preferable ways to talk to MS SQL from Python than through ADO: FreeTDS, for instance, which is cross-platform and less flakey than ADO. However, for applications like mine which absolutely need ADO- driven access, ADODBAPI seems the most mature solution. > I think a re-do may be going a little far, but the source is there, > and > it is easy to modify. A fork may be called for, and people to help > maintain the fork would be needed. > > What issues have you had with MSSQL and adodbapi? > > ~Jon Franz > NeuroKode Labs, LLC > > Chris Curvey wrote: > > I think I had posted something several years ago and never heard > > anything back. Since Python-to-MSSQL has been a pain in the neck > for > > years now, I'd be willing to help in an effort to re-do adodbapi. > > > > On 4/25/05, *Jonathan Franz* <jfranz at neurokode.com > > <mailto:jfranz at neurokode.com>> wrote: > > > > Does anyone know how I can reach the maintainer of adodbapi? I > > submitted a fix for a bug with transaction handling two weeks > ago, and > > heard nothing back. > > > > Looking closer at the project on SF, it looks like there > are open bugs > > dating back almost 2 years... is adodbapi now an orphaned > project? > > > > ~Jon Franz > > NeuroKode Labs, LLC > > _______________________________________________ > > DB-SIG maillist - DB-SIG at python.org <mailto:DB-SIG at > python.org> > > http://mail.python.org/mailman/listinfo/db-sig DB-SIG maillist - [hidden email] http://mail.python.org/mailman/listinfo/db-sig _______________________________________________ DB-SIG maillist - [hidden email] http://mail.python.org/mailman/listinfo/db-sig |
|
I would definitely be interested. (Whether or not the community wants my code is another question! :)
On 10/13/05, Vernon Cole <[hidden email]> wrote: I am among those who have submitted patches. I get the idea (perhaps -- Nervous passengers are advised to wear a blindfold. _______________________________________________ DB-SIG maillist - [hidden email] http://mail.python.org/mailman/listinfo/db-sig |
|
In reply to this post by Vernon Cole
> I am among those who have submitted patches. I get the idea (perhaps
> unfounded) that the guys who made ADODBAPI now work for Micro$oft and > that their employer does not WANT them to maintain it. A pity, if so. Hmm, Google doesn't show me any evidence of MS having assimilated him. ;-) If it's the same Henrik Ekelund, he seems to be CEO of the BTS Group in San Fran and a board member of several European companies: http://www.prodapt.com/about_prodaptteam.htm . Maybe he's just extremely busy. Regardless, he seems to have lost interest in this project. > Sourceforge seems have a policy for other volunteers taking over an > inactive project. I think it would be better to try that than to > make a > new effort. I am trying to contact the existing project administrator > by sending him a copy of this message. If there is continued > silence, we > should try taking over this project, I would think. > Comments or volunteers, anyone? I agree we should definitely get ahold of the Sourceforge project if we can, but, in my ideal universe, I'd still go with a Trac setup and just point the Sourceforge page to it. Trac has a much better UI than Sourceforge provides, and Subversion is a significant improvement over CVS (I'm a CVS refugee myself). I'm willing to host it for free on my dedicated server, which would give us the most power and flexibility. If that scares people, python-hosting.com offers the same thing for free, at the price of a more restricted environment. (Example: http://cherrytemplate.python-hosting.com/) For anyone who hasn't played with it, here's the ultimate example of a Trac environment: its own self-hosted development site at http:// projects.edgewall.com/trac/ . (It's got some cruft and ads that I would leave out, of course.) Cheers, Erik _______________________________________________ DB-SIG maillist - [hidden email] http://mail.python.org/mailman/listinfo/db-sig |
|
On 13-10-2005, Erik Rose wrote:
>> I am among those who have submitted patches. I get the idea (perhaps >> unfounded) that the guys who made ADODBAPI now work for Micro$oft and >> that their employer does not WANT them to maintain it. A pity, if so. > > Hmm, Google doesn't show me any evidence of MS having assimilated > him. ;-) If it's the same Henrik Ekelund, he seems to be CEO of the > BTS Group in San Fran and a board member of several European > companies: http://www.prodapt.com/about_prodaptteam.htm . Maybe he's > just extremely busy. Regardless, he seems to have lost interest in > this project. > >> Sourceforge seems have a policy for other volunteers taking over an >> inactive project. I think it would be better to try that than to >> make a >> new effort. I am trying to contact the existing project administrator >> by sending him a copy of this message. If there is continued >> silence, we >> should try taking over this project, I would think. >> Comments or volunteers, anyone? > > I agree we should definitely get ahold of the Sourceforge project if > we can, but, in my ideal universe, I'd still go with a Trac setup and > just point the Sourceforge page to it. Trac has a much better UI than > Sourceforge provides, and Subversion is a significant improvement > over CVS (I'm a CVS refugee myself). I'm willing to host it for free > on my dedicated server, which would give us the most power and > flexibility. If that scares people, python-hosting.com offers the > same thing for free, at the price of a more restricted environment. > (Example: http://cherrytemplate.python-hosting.com/) Don't you think that it's a little bit overkill for such a litle project ? What if tomorow we must change again ? it can be difficult to find a trac hosting with svn... I'm +1 to try everything to stay at sourceforge. If cvs is not enough we can switch to bazaar-ng to never have problem about hosting and forking. Anyway i use adodbapi for a lot of professionals projects, i'm very happy to see that i'm not alone :-) -- William Dode - http://flibuste.net _______________________________________________ DB-SIG maillist - [hidden email] http://mail.python.org/mailman/listinfo/db-sig |
| Powered by Nabble | Edit this page |
