Re: [IronPython] sqlAlachemy

2010-01-10 Thread Mohammad Tayseer
users@lists.ironpython.com Sent: Sun, January 3, 2010 7:10:26 AM Subject: Re: [IronPython] sqlAlachemy Hi, I had tried to use SQLAlchemy, but I gave up in the last result. Because, ipy load the library, which needs several seconds(3-4secs). And after compiled to a dll with pyc.py, I load failed

Re: [IronPython] sqlAlachemy

2010-01-02 Thread KATO Kanryu
Hi, I had tried to use SQLAlchemy, but I gave up in the last result. Because, ipy load the library, which needs several seconds(3-4secs). And after compiled to a dll with pyc.py, I load failed with an error of stack over flow. The trial was in ipy 2.0, currently 2.6 . We should addtional tests

Re: [IronPython] sqlAlachemy

2009-12-31 Thread Michael Foord
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

Re: [IronPython] sqlAlachemy

2009-12-31 Thread Vernon Cole
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

Re: [IronPython] sqlAlachemy

2009-12-31 Thread John
On Thursday 31 December 2009 10:31:10 am Vernon Cole wrote: 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