agesys-dev team mailing list archive
-
agesys-dev team
-
Mailing list archive
-
Message #00005
[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...