sqlAlchemy is documented to work with a PEP-249 compliant db api.  AFAIK
adodbapi is the only IronPython db module which is fully db api v2.0
compliant.  Last time I looked (a few years ago) adodbapi was in last place
on their list of suggested drivers. I have done some work since then which
should have eliminated some of the problems that sqlAlchemy had with it, but
I have not checked back. I am in the middle of adding django support to
adodbapi at this time -- a major revision.  If you want to test sqlAlchemy
with adodbapi I will try to include any patches you may find. I will try to
get an alpha test version of the new code out next week.  Stay tuned.
--
Vernon Cole
http://sourceforge.net/projects/adodbapi

On Thu, Dec 31, 2009 at 11:08 AM, Michael Foord
<fuzzy...@voidspace.org.uk>wrote:

> On 31/12/2009 17:54, John wrote:
>
>> Does ironpython (any version) work with sqlAlachemy?
>>
>>
> I haven't seen any reports on this list recently of SqlAlchemy either
> working or not working. Have you tried it?
>
> Michael
>
>
>  Johnf
>> _______________________________________________
>> Users mailing list
>> Users@lists.ironpython.com
>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>>
>>
>
>
> --
> http://www.ironpythoninaction.com/
> http://www.voidspace.org.uk/blog
>
>
>
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to