[sqlalchemy] Column alias created by SQLAlchemy is exeeding max column length of db2.

2009-06-24 Thread Beeno
Hello Sqlalchemy appears to be aliasing each column in a SELECT statement as a concatenation of the schema, table name and column name. The resulting alias exceeds DB2's 30 character limit for a column. For example: If the name of the schema was 'myshemaname', the table was called

[sqlalchemy] Column alias created by SQLAlchemy is exeeding max column length of db2.

2009-06-24 Thread Beeno
Hello Sqlalchemy appears to be aliasing each column in a SELECT statement as a concatenation of the schema, table name and column name. The resulting alias exceeds DB2's 30 character limit for a column. For example: If the name of the schema was 'myshemaname', the table was called