I have a table called "journal" that logs financial transactions.
I'm using the Declarative approach and my journal object has some methods..
I need another table (a clone of journal with one extra column), that 
possesses the exact same column-names and other attributes.
And I need it's object-representation to mirror the same methods/interfaces.

is this something I need to implement (and maintain as mirrored) by hand, 
or is there an elegant way to accomplish this in sqlalchemy.

After all, it is named Alchemy ;-)

Thx
Dewey

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to