﻿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
24040	_meta.db_name malformed when >30char	JorisBenschop	nobody	"I cant imagine this is not a known issue, but I havent been able to find it. Please show me the duplicate if there is one.

If I create a model (django dev, oracle 11.2 backend), the sql statement is distorted if the db_name is over 31 characters. Almost like a buffer overflow:

GOOD:

_meta.db_name='variant_owr\"".\""biomaterial_type'
{{{
DEBUG (0.003) QUERY = u'SELECT COUNT(:arg0) AS ""__COUNT"" FROM ""VARIANT_OWR"".""BIOMATERIAL_TYPE""' - PARAMS = (u'*',); args=('*',)
}}}
BAD:

_meta.db_name='variant_ownr\"".\""biomaterial_type'
{{{
DEBUG (0.002) QUERY = u'SELECT COUNT(:arg0) AS ""__COUNT"" FROM ""VARIANT_OWNR"".""BIOMATERIAL92C0""' - PARAMS = (u'*',); args=('*',)
}}}
_meta.db_table = 'ababababababxxxabababababababab'
{{{
DEBUG (0.004) QUERY = u'SELECT COUNT(:arg0) AS ""__COUNT"" FROM ""ABABABABABABXXXABABABABABACAD7""' - PARAMS = (u'*',); args=('*',)
}}}

"	Uncategorized	new	Database layer (models, ORM)	dev	Release blocker				Unreviewed	0	0	0	0	0	0
