SQLAlchemy 0.3.9 Released

2007-07-15 Thread mike bayer
SQLAlchemy 0.3.9 Released Version 0.3.9 of SQLAlchemy is released. This is probably not the last of the 0.3 series, but it's the last major set of changes for this line; subsequent releases should probably be only for important bug fixes. 0.3.9includes a lot of important bug fixes as usual, but a

Re: Multiple transactions within request

2011-11-13 Thread mike bayer
Hi ! Was just talking to Vlad over on the SQLAlchemy list. What is needed in this case is the ability to use SQLAlchemy's "begin_nested()" method, which emits a "SAVEPOINT" instruction against the relational database.When using this feature, the next call to rollback(), assuming the "nest

Re: dogpile cache_on_arguments default key generation

2012-09-18 Thread mike bayer
On Tuesday, September 18, 2012 2:04:21 PM UTC-4, Jonathan Vanasco wrote: > > i'm redoing dogpile caching on my app, and looking into cache_on_arguments > > the docs say "The default key generation will use the name of the > function, the module name for the function, the arguments passed, as wel

dogpile.cache 0.4.0 / dogpile.core 0.4.0 released

2012-10-30 Thread mike bayer
hey all - I've put out 0.4.0 versions for both dogpile.cache and dogpile.core. the majority of the change here is in dogpile.core, where I've fixed a multi-process concurrency issue just reported, and also heavily reworked the API of this subsystem to be more succinct. dogpile.cache has only