Hello,

It's inside sqlsoup :)
This is all i do in my script:

engine = create_engine(config.SQL_DSN, pool_size=config.THREADS_NO,
poolclass=pool.QueuePool)
db = SqlSoup(MetaData(engine))

Is this a thing on the TODO list (eg: update sqlsoup in Beta) ?


On 9/28/07, Andreas Jung <[EMAIL PROTECTED]> wrote:
>
>
> --On 27. September 2007 20:43:30 -0700 Catalin Constantin
> <[EMAIL PROTECTED]> wrote:
>
> >
> > Hello,
> >
> > I get the following warning message, after the upgrade to 0.4 beta6.
> >
> > /usr/lib/python2.4/site-packages/SQLAlchemy-0.4.0beta6-py2.4.egg/
> > sqlalchemy/ext/sqlsoup.py:356: SADeprecationWarning: SessionContext is
> > deprecated.  Use scoped_session().
> >
> > Is there any quickfix ?
> >
>
> The warning message is very clear: use scoped_session().
>
> -aj
>


-- 
Catalin Constantin
Dazoot Software
http://www.dazoot.eu/

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