Ticket #357: Fix for colliding table aliases in fORMDatabase
| Reporter: | wbond | Type: | defect | Opened: | 8 months ago | Status: | closed |
|---|---|---|---|---|---|---|---|
| Assigned to: | wbond | Priority: | major | Modified: | 7 months ago | Resolution: | fixed |
When joining to a table through two different relationship routes or table traversals, it is possible to run into issues where columns from both version of the table get resolved to the same alias, thus breaking the query. This patch fixes that.
Attachments
History
12/15/09 15:36:32 changed by wbond
- attachment fORMDatabase_alias_fix.patch added.
12/17/09 01:57:31 changed by wbond
- status changed from new to closed.
- resolution set to fixed.

This is fixed in r740