#29630: Oracle crash querying multiple tables with the same column name when
limit/offset is used.
-------------------------------------+-------------------------------------
Reporter: zelfor5436 | Owner: nobody
Type: Bug | Status: new
Component: Database layer | Version: 2.1
(models, ORM) |
Severity: Release blocker | Resolution:
Keywords: oracle, admin, | Triage Stage: Accepted
exception |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Rafael Zinezi Araújo):
Replying to [comment:12 felixxm]:
I am @ Oracle 12.1.0.2.0
{{{
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit
Production
PL/SQL Release 12.1.0.2.0 - Production
"CORE 12.1.0.2.0 Production"
TNS for Linux: Version 12.1.0.2.0 - Production
NLSRTL Version 12.1.0.2.0 - Production
}}}
> It seems that is not easy to reproduce this issue (see
[https://asktom.oracle.com/pls/apex/asktom.search?tag=duplicate-columns-
in-oracle-query-using-row-limiting-clause AskTom]). It works in both cases
i.e. when identically named columns are in the
[https://code.djangoproject.com/attachment/ticket/29630/29630.diff same
table] or in
[https://code.djangoproject.com/attachment/ticket/29630/29630_different_tables.diff
different tables], e.g.
>
> {{{
> SELECT
> "QUERIES_TAG"."NAME",
> "QUERIES_NAMEDCATEGORY"."NAME"
> FROM
> "QUERIES_TAG"
> LEFT OUTER JOIN "QUERIES_NAMEDCATEGORY" ON
> ("QUERIES_TAG"."CATEGORY_ID" =
"QUERIES_NAMEDCATEGORY"."DUMBCATEGORY_PTR_ID")
> ORDER BY "QUERIES_TAG"."NAME" ASC
> FETCH FIRST 2 ROWS ONLY
> }}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29630#comment:13>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/068.ba7afd3f2ae192d8b896404d64335989%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.