On Jul 3, 2:36 pm, Paul Johnston <[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
> Your proposal sounds pretty sensible, in fact I don't use most of those
> features. Just one concern:
>
> >2. assignmapper query methods
>
> Are the basics like select and select_by still going to be available
> directly? I hope so, as I use them extensively.

select and select_by are exactly the methods that wont be directly off
the class; they will be available as class.query.select_by(whatever).

however, select() and select_by() are deprecated throughout 0.4, in
favor of filter()/filter_by() and other generative methods...theyll be
gone by 0.5.



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