﻿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
22498	Oracle test failure in migrations: identifier is too long	Tim Graham	nobody	"{{{
$ ./runtests.py --settings=test_oracle migrations
Testing against Django installed in '/home/tim/code/django/django'
Creating test database for alias 'default'...
Creating test user...
Creating test database for alias 'other'...
Creating test user...
.................................................s............................................E....
======================================================================
ERROR: test_remove_fk (migrations.test_operations.OperationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/tim/code/django/tests/migrations/test_operations.py"", line 468, in test_remove_fk
    operation.database_backwards(""test_rfk"", editor, new_state, project_state)
  File ""/home/tim/code/django/django/db/backends/schema.py"", line 82, in __exit__
    self.execute(sql)
  File ""/home/tim/code/django/django/db/backends/schema.py"", line 98, in execute
    cursor.execute(sql, params)
  File ""/home/tim/code/django/django/db/backends/utils.py"", line 59, in execute
    return self.cursor.execute(sql, params)
  File ""/home/tim/code/django/django/db/utils.py"", line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File ""/home/tim/code/django/django/db/backends/utils.py"", line 59, in execute
    return self.cursor.execute(sql, params)
  File ""/home/tim/code/django/django/db/backends/oracle/base.py"", line 879, in execute
    return self.cursor.execute(query, self._param_generator(params))
DatabaseError: ORA-00972: identifier is too long
}}}"	Bug	closed	Migrations	1.7-beta-2	Release blocker	fixed			Accepted	0	0	0	0	0	0
