[sqlalchemy] Re: Come on, share your sqlalchemy powered sites with others.//Fwd: A tornado powered site to show any project powered sites(open source)

2010-08-23 Thread Stone Puzzle
red sites. http://flask.poweredsites.org Flask powered sites. On Sun, Aug 8, 2010 at 12:56 PM, Stone Puzzle wrote: > SqlAlchemy powered sites list http://sqlalchemy.poweredsites.org > > -- Forwarded message -- > From: Felinx Lee > Date: Tue, Aug 3, 2010 at 2:29 PM &g

[sqlalchemy] Come on, share your sqlalchemy powered sites with others.//Fwd: A tornado powered site to show any project powered sites(open source)

2010-08-07 Thread Stone Puzzle
SqlAlchemy powered sites list http://sqlalchemy.poweredsites.org -- Forwarded message -- From: Felinx Lee Date: Tue, Aug 3, 2010 at 2:29 PM Subject: A tornado powered site to show any project powered sites(open source) To: python-torn...@googlegroups.com I am very pleased to a

[sqlalchemy] Re: Auto-generated Code?

2009-10-23 Thread Stone Puzzle
I have tried it, it's great, thanks! On Fri, Oct 23, 2009 at 3:19 PM, Tefnet Developers - Tomasz Jezierski < develop...@tefnet.pl> wrote: > > Dnia 2009-10-23, Pt o godzinie 15:00 +0800, Stone Puzzle pisze: > > Is there a way or lib to help us generating python code of all

[sqlalchemy] Auto-generated Code?

2009-10-23 Thread Stone Puzzle
Is there a way or lib to help us generating python* code *of all of the tables and relations automatically from a existing database? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post

[sqlalchemy] Re: How to do the mapper configuration when the left table and right table of Association Object are the same?

2009-07-24 Thread Stone Puzzle
table.c.id), }) orm.mapper(Friend, friend_table) Michael, thank you very much! On Wed, Jul 22, 2009 at 9:59 PM, Michael Bayer wrote: > > Stone Puzzle wrote: > > > > I got those error messages > > ArgumentError: Could not determine join condition between parent/child > > t

[sqlalchemy] How to do the mapper configuration when the left table and right table of Association Object are the same?

2009-07-22 Thread Stone Puzzle
I am confused when I want to define the relation of User and User's Friends (a user is another user's friend) There is a example about association object pattern at http://www.sqlalchemy.org/docs/05/mappers.html#association-object Code from the document: left_table = Table('left', metadata,