﻿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
13711	Very long field names on models cause problems	Russell Keith-Magee	ANUBHAV JOSHI	"Under MySQL, you get 
{{{
_mysql_exceptions.OperationalError: (1059, ""Identifier name 'verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz_id' is too long"")
}}}
raised as an error during runtime.

Under Postgres, you get
{{{
NOTICE:  identifier ""verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz_id"" will be truncated to ""verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz""
}}}
appear silently in the logs.

This problem (and the solution) is analogous to #13528 for db_table."	Bug	closed	Database layer (models, ORM)	dev	Release blocker	fixed		Shai Berger	Accepted	0	0	0	0	0	0
