Hi,

Couple more things:
1) When specifying foreign_keys manually on a relation, you have to use 
table.c.column; table.column doesn't work.
2) I used to be able to do obj.delete() but now obj.query.delete() isn't 
available.

>You can make whatever changes needed to ActiveMapper, but keep in  
>mind the whole extension itself is deprecated ;) (of course it will  
>be around for awhile since turbogears depends on it)
>  
>
Changing AM to use scoped_session was pretty easy. However, this changes 
compatibility quite a lot - without the change, cls.get() works but 
gives a warning; with the change, cls.get() doesn't work. I still think 
the change is worthwhile, sticking closely to the 0.4 style, but I'll 
take your steer on whether this is to much change (we'll have to decide 
before 0.4 final though).

All the best,

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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