[sqlalchemy] Re: Savepoints not generated with MySQL?

2008-05-14 Thread Jacob Gabrielson
Hi, Those changes fixed it! It's a pretty minor issue, but would it make sense for SA to log a warning when you try to use begin_nested() in a scenario that doesn't support it? Also, is the 'threadlocal' mode likely ever to support begin_nested()? I'm not sure I really will end up needing it,

[sqlalchemy] Re: Savepoints not generated with MySQL?

2008-05-14 Thread Michael Bayer
On May 14, 2008, at 5:05 PM, Jacob Gabrielson wrote: Hi, Those changes fixed it! It's a pretty minor issue, but would it make sense for SA to log a warning when you try to use begin_nested() in a scenario that doesn't support it? yea I added an NotImplementedError for that in r4758