← Back to team overview

agesys-dev team mailing list archive

[Bug 1194909] Re: Running an EXPLAIN query gives oursql.ProgrammingError: (None, 'cursor closed', None)

 

I still see this issue in v 0.9.3.1.

-- 
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.
https://bugs.launchpad.net/bugs/1194909

Title:
  Running an EXPLAIN query gives oursql.ProgrammingError: (None, 'cursor
  closed', None)

Status in oursql:
  New

Bug description:
  When I try to run 
  s.execute("EXPLAIN SELECT 1").fetchall()
  I get this:
    File "<stdin>", line 1, in <module>
    File "cursor.pyx", line 224, in oursql.Cursor.fetchall (oursqlx/oursql.c:17912)
    File "cursor.pyx", line 159, in oursql.Cursor._check_statements (oursqlx/oursql.c:17342)
    File "cursor.pyx", line 53, in oursql.Cursor._check_closed (oursqlx/oursql.c:16104)
  oursql.ProgrammingError: (None, 'cursor closed', None)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oursql/+bug/1194909/+subscriptions


References