Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jim DeFabiaJim DeFabiaReporter
John HoltJohn HoltPriority
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Jim DeFabia
Jim DeFabiaReporter
John Holt
John HoltPriority
Fix versions
Pull Request URL
Created April 10, 2015 at 2:08 PM
Updated April 15, 2015 at 8:46 AM
Resolved April 15, 2015 at 8:46 AM
The third case for the {DEFAULT} field modifier is incorrect. The description is:
3. In the default record passed to TRANSFORM functions in LEFT ONLY or RIGHT ONLY JOINs where there is no corresponding row.
The LEFT ONLY and RIGHT ONLY should be LEFT OUTER and RIGHT OUTER respectively.