Mike wrote:
>
> sounds good. Looking forward to see it in 3.10dev

The case-check cache in the trunk and will be in the forthcoming 
0.3.10.

Since it's a connection-scoped cache, you'll want to re-use the 
same connection for all of the table autoloads you're doing.  If 
you're autoloading at the start of your process before real work 
happens that will probably happen on its own, as there won't be any 
other clients of the connection pool- each connect() will return 
the same connection, usually.  If you're mixing this in to an 
active pool, pass a single connection to the 'autoload_with=' 
option to all of the Tables.



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