#24040: _meta.db_name malformed when >30char
----------------------------------------------+--------------------
     Reporter:  JorisBenschop                 |      Owner:  nobody
         Type:  Uncategorized                 |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  master
     Severity:  Release blocker               |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+--------------------
 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=('*',)
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24040>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/056.dd73d5cecb45eadad5e98c8f566cb340%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to