[sqlalchemy] ClauseList with join?

2008-10-11 Thread sandro dentella
Hi, I started using the .join() method on query and that' s really powerful, with reset_joinpoint and the list of attributes setting the path of relations. Now I'd like to being able to write join clause in advance with respect to the moment I have the the query available , in he same way I

[sqlalchemy] Re: select count group_by where ?

2008-10-11 Thread Lukasz Szybalski
On Sat, Oct 11, 2008 at 10:24 PM, Michael Bayer [EMAIL PROTECTED] wrote: We should really fix the MSSQL dialect to not be throwing a SystemError when a SQL statement is not successfully interpreted. I guess syntax error would be more appropriate. I can't see anything wrong with the

[sqlalchemy] Re: Suppressing SADeprecationWarning: 'length' is deprecated for Numeric. Use 'scale'. for multi-version implementations of SQLAlchemy

2008-10-11 Thread Julian Yap
On Oct 11, 5:32 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Oct 11, 2008, at 8:40 PM, Julian Yap wrote: Hi All, According to this change set --http://www.sqlalchemy.org/trac/changeset/5054 The 'length' argument to all Numeric types has been renamed to 'scale'. 'length' is