sector119 wrote: > > It's on trunk. > Elso can't import orm from sqlalchemy :/ > > On Oct 23, 6:00 pm, sector119 <[email protected]> wrote: >> Is there something wrong with ARRAY type in SA 0.6? no dialects/ >> <dialect>/__init__.py has ARRAY at __all__ !?
ARRAY type is only within postgresql. You'd have to import it from that dialect specifically: from sqlalchemy.dialects.postgresql import ARRAY > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
