This one time, at band camp, Michael Bayer wrote:
>the zblog demo has an example of mapping against multiple tables, it  
>maps "Post" objects against a join of the "posts" table against an  
>aggregate count of the "comments" table with some extra GROUP BY  
>stuff worked in, so that when you get the list of posts you also get  
>the count of comments for each post...but it only saves to the  
>"posts" table.   when a table in the select statement does not have  
>all of its primary key columns represented, its a read only table,  
>and isnt affected upon save.  so id characterize this feature not as  
>"broken" but "incomplete".

Ok, thanks for the explanation, and the pointer to the example ;-)

>anyway, this isnt so tough, ticket 191 is up to remind me to get  
>around to this sometime this week (back to work tomorrow !)

Cool, thanks ;-)


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to