← Back to team overview

agesys-dev team mailing list archive

[Bug 506821] Re: Support "with connection as cursor:"

 

** Changed in: oursql
       Status: Fix Committed => Fix Released

-- 
Support "with connection as cursor:"
https://bugs.launchpad.net/bugs/506821
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.

Status in oursql python bindings for mysql: Fix Released

Bug description:
To get a default cursor out of a connection object, it would be nice if oursql supported:

with connection as cursor:
   ...do stuff...