Re: [sqlalchemy] Hang while committing to sqlite db using ironpython

2013-08-02 Thread public
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd recommending strace'ing your process to see what syscall causes the hang. On 08/02/2013 02:49 PM, Michael Bayer wrote: > > never been tested on IronPython. > > On Aug 1, 2013, at 11:18 PM, Agus Wang > wrote: > >> I'

Re: [sqlalchemy] Hang while committing to sqlite db using ironpython

2013-08-02 Thread Michael Bayer
never been tested on IronPython. On Aug 1, 2013, at 11:18 PM, Agus Wang wrote: > I've tested on python 2.7.3 with SQLAlchemy 0.8.2 and it works fine > I think the problem is the ironpython, is sqlalchemy compatible with > ironpython? > > On Thursday, August 1, 2013 5:56:36 PM UTC+7, Agus

[sqlalchemy] Hang while committing to sqlite db using ironpython

2013-08-01 Thread Agus Wang
I'm using ironpython 2.7.3 and sqlalchemy(0.7.10) on my windows environment I've set up the database in sqlite using sqlalchemy declarative syntax, this works fine But when I try to save some data to the db using commit() My program suddenly hang but the actual data has been saved to the db This