Re: [IronPython] adodbapi 2.2 ready for Iron Python (ADO DB using dbapi 2.0 compliant SQL interface)

2008-08-29 Thread Seo Sanghyeon
2008/8/29 Vernon Cole <[EMAIL PROTECTED]>: > adodbapi is a fully dbapi 2.0 compliant package for accessing SQL data, > written in pure python. > It runs in either C python or Iron Python (Windows only - it depends on > COM). > All data is read and/or written using appropriate native python da

Re: [IronPython] adodbapi 2.2 ready for Iron Python (ADO DB using dbapi 2.0 compliant SQL interface)

2008-08-29 Thread Curt Hagenlocher
Awesome. Nice work! On Thu, Aug 28, 2008 at 10:07 PM, Vernon Cole <[EMAIL PROTECTED]> wrote: > Dear Pythonoholics: > > Testing is complete. The code changes needed constitute version 2.2 of > adodbapi. > Any unit test failures in adodbapi remaining at this point have been > submitted to codeple

Re: [IronPython] #17810 - Fixed or not?

2008-08-29 Thread Curt Hagenlocher
Hmm... I took a second look at the problem report and I don't think it should have been closed -- even with overflow checking turned on, we return a different answer than CPython does. It's useful when filing a report like this to include the output from both CPython and IronPython. I've reopened