[sqlalchemy] Re: I can't delete SQLite db file

2009-05-15 Thread Виктор Иконников
Hi Mike, Thank you very much. It's work. 2009/5/16 Mike Conley > I found that you need to call > eng.dispose() > to disconnect from the database before deleting the file. > > Not sure about what is happening under the covers at that point, but it > seems to work. > > -- > Mike Conley > > > > >

[sqlalchemy] Re: I can't delete SQLite db file

2009-05-15 Thread Виктор Иконников
...*work[s] 2009/5/16 Виктор Иконников > Hi Mike, > > Thank you very much. It's work. > > 2009/5/16 Mike Conley > > I found that you need to call >> eng.dispose() >> to disconnect from the database before deleting the file. >> >> Not sure about what is happening under the covers at that point,

[sqlalchemy] Re: I can't delete SQLite db file

2009-05-15 Thread Mike Conley
I found that you need to call eng.dispose() to disconnect from the database before deleting the file. Not sure about what is happening under the covers at that point, but it seems to work. -- Mike Conley On Fri, May 15, 2009 at 1:35 PM, RusPython wrote: > > Hi guys, > > I have next code: > >