﻿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
3835	[boulder-oracle]: manage.py fails with TypeError	frank.hoffsummer@…	Adrian Holovaty	"Hello, I am on oracle-boulder-sprint branch r4815
trying to use ./manage.py syncdb or ./manage.py inspectdb on an empty oracle database fails now with the following exception:

{{{
Traceback (most recent call last):
  File ""./manage.py"", line 11, in ?
    execute_manager(settings)
  File ""/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/core/management.py"", line 1702, in execute_manager
    execute_from_command_line(action_mapping, argv)
  File ""/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/core/management.py"", line 1602, in execute_from_command_line
    for line in action_mapping[action]():
  File ""/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/core/management.py"", line 869, in inspectdb
    for table_name in introspection_module.get_table_list(cursor):
  File ""/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/db/backends/oracle/introspection.py"", line 9, in get_table_list
    return [row[0].upper() for row in cursor]
TypeError: iteration over non-sequence
}}}

I could in an earlier revision use manage.py without getting this exception, so this must be new.
(the server is ""Oracle 9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production"" and I can connect fine to the database with sqlplus)"		closed	Core (Management commands)	other branch		fixed			Unreviewed	0	0	0	0	0	0
