On Apr 26, 2008, at 4:01 AM, Luke Iannini wrote:

>
> Hm, yes, so is:
>
> Traceback (most recent call last):
>  File "/Users/LukeIannini/Checkout/trunk/adpinion_web/
> HistoryAlchemy.py", line 46, in <module>
>    allstats = union_all(stats, zeros)
>  File "/Library/Python/2.5/site-packages/SQLAlchemy-0.4.1-py2.5.egg/
> sqlalchemy/sql/expression.py", line 498, in union_all
>    return _compound_select('UNION ALL', *selects, **kwargs)
>  File "/Library/Python/2.5/site-packages/SQLAlchemy-0.4.1-py2.5.egg/
> sqlalchemy/sql/expression.py", line 780, in _compound_select
>    return CompoundSelect(keyword, *selects, **kwargs)
>  File "/Library/Python/2.5/site-packages/SQLAlchemy-0.4.1-py2.5.egg/
> sqlalchemy/sql/expression.py", line 2895, in __init__
>    self.oid_column = self._proxy_column(s.oid_column)
>  File "/Library/Python/2.5/site-packages/SQLAlchemy-0.4.1-py2.5.egg/
> sqlalchemy/sql/expression.py", line 3323, in oid_column
>    oid = f.oid_column
> AttributeError: '_TextFromClause' object has no attribute 'oid_column'
>
> when trying to union_all the result of a (on its own, seemingly
> working) generate_series select a manifestation of the bug you
> mentioned or am I doing something else wrong?

no, thats an entirely different bug :)    thats been fixed as of  
recent releases so upgrade to 0.4.5.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to