two things are needed:

1. the "official" way to create a Session when all you want is a  
Session, with no custom builder class or anything like that.  It  
should not be grossly inconsistent with the default arguments of the  
current sessionmaker() call.

2. all the myriad "create_session()" calls in the unit tests need to  
call something that acts like the old "create_session()", i.e. with  
all the newfangled things turned off by default.


My vote would be for 1. just call Session(), and 2. we just put a  
"create_session()" function in the testlib.

On Jun 27, 2008, at 7:43 PM, Jonathan Ellis wrote:

>
> I replaced create_session in sqlsoup with scoped_session, which
> appears to have been the only reference to it.
>
> -Jonathan
>
> >


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