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

2010-12-07 Thread Martin Bacovsky
for tracking purposes): http://pkgs.fedoraproject.org/gitweb/?p=python-sqlalchemy0.5.git;a=blob;f=python-sqlalchemy0.5- py27.patch;h=6946e846f1430bb9d7dc1137eea9afa8e7eb822e;hb=HEAD If anyone has less awkward solution, please let me know. Regards, Martin On Nov 24, 2010, at 8:17 PM, Martin Bacovsky

[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] Failing test - SQLAlchemy 0.5.8, python 2.7.0

2010-11-24 Thread Martin Bacovsky
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. - the sources are always the same - so far the only affected tests were those testing compilation

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

2010-05-11 Thread Martin Bacovsky
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. To post to this group, send email to sqlalch...@googlegroups.com. To unsubscribe from this group, send email to sqlalchemy

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 during create_all/drop_all calls. I followed