I have table from schema "test"
class AttributeConversion(Base):
    __tablename__ = 'test.attribute_conversion'

How to select records from this table ?

sqlalchemy make sql:
:select * from "test.attribute_conversion"

but it's work. 
right question must be ":select * from test.attribute_conversion" ( without 
quotas ).


-- 
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.

Reply via email to