Re: [sqlalchemy] Failing test - SQLAlchemy 0.5.8, python 2.7.0

2010-12-07 Thread Martin Bacovsky
e dependences. I suspect dictionary ordering too, but it seems to > > be somewhere in statement compiler which I don't feel like to touch ;). > > I'll rather try to add some workaround in the tests. > > > > Regards, > > Martin > > > >> On Nov 2

Re: [sqlalchemy] Failing test - SQLAlchemy 0.5.8, python 2.7.0

2010-11-24 Thread Martin Bacovsky
x27;ll rather try to add some workaround in the tests. Regards, Martin > > On Nov 24, 2010, at 7:06 PM, Martin Bacovsky wrote: > > Hi, > > I'm trying to build SqlAlchemy 0.5.8 (Linux, python 2.7.0). > > From time to time some of the tests fail. > > > > -

[sqlalchemy] Failing test - SQLAlchemy 0.5.8, python 2.7.0

2010-11-24 Thread Martin Bacovsky
Hi, I'm trying to build SqlAlchemy 0.5.8 (Linux, python 2.7.0). >From time to time some of the tests fail. - the sources are always the same - so far the only affected tests were those testing compilation of statements with joined tables - the orderning of the tables in the from clause seems

Re: [sqlalchemy] How to influence tables ordering during create_all()

2010-05-11 Thread Martin Bacovsky
On Tuesday 11 May 2010 17:43:29 Michael Bayer wrote: > On May 11, 2010, at 11:32 AM, Martin Bacovsky wrote: > > Hi all, > > > > I need to add support for db views in our project. I'm limited to SA 0.5 > > at the moment and need the views to be included duri

[sqlalchemy] How to influence tables ordering during create_all()

2010-05-11 Thread Martin Bacovsky
include my dependency tuples, but I'd like to have nicer solution. Is there one? If not what are the flaws in my plan, I have to be prepared for? Regards, Martin Bacovsky -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. T