﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21207	Test failure on Oracle: test_cursor_contextmanager	Shai Berger	nobody	"On Oracle, we get:

{{{
======================================================================
ERROR: test_cursor_contextmanager (backends.tests.BackendTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/django/django/tests/backends/tests.py"", line 627, in test_cursor_contextmanager
    cursor.execute(""select 1"")
  File ""/home/django/django/django/db/backends/utils.py"", line 61, in execute
    return self.cursor.execute(sql, params)
  File ""/home/django/django/django/db/utils.py"", line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File ""/home/django/django/django/db/backends/utils.py"", line 59, in execute
    return self.cursor.execute(sql)
  File ""/home/django/django/django/db/backends/oracle/base.py"", line 841, in execute
    self._guess_input_sizes([params])
  File ""/home/django/django/django/db/backends/oracle/base.py"", line 810, in _guess_input_sizes
    self.setinputsizes(*sizes)
InterfaceError: not open
}}}"	Bug	closed	Database layer (models, ORM)	dev	Release blocker	fixed	oracle		Accepted	0	0	0	0	0	0
