Bug 114642 - Assertion failure instead of error report for bad join path
Summary: Assertion failure instead of error report for bad join path
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: persistence
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-30 16:53 UTC by Rafael H. Schloming
Modified: 2014-12-01 23:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-28 21:37:11 UTC
Embargoed:


Attachments (Terms of Use)

Description Rafael H. Schloming 2004-01-30 16:53:12 UTC
When a join path of length two joins through a single column rather
than two columns, the error is caught by an assertion rather than an
error check that includes a PDL line number and useful text.

The following join path should reproduce this problem:

join a.a_id to map.from_id, join map.from_id to b.b_id


Note You need to log in before you can comment on or make changes to this bug.