yeah im trying to keep SA as simple as possible, and whatever hooks and
extensions I put in are because they are absolutely needed (like the
various MapperExtension hooks are allowing you to put code in the
middle of existing processes, i.e. template methods).  for extending
Session, current patterns you can try are straight subclassing as well
as class decoration (i.e. GOF-style decoration, not python decorators).


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