History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word | Printable)

Key: CORE-2583
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Andy Jefferson
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JPOX Core

JDOQL : Results should allow expressions (e.g "param + 1")

Created: 25/Nov/05 04:12 PM   Updated: 22/Jan/06 02:41 PM
Component/s: Queries
Affects Version/s: 1.1.0-beta-4
Fix Version/s: 1.1.0-beta-6


 Description  « Hide
Specification of results should allow expressions such as
param + 1
whereas at the moment ResultExpressionsQueryable prevents it due to lack of a mapping

 All   Comments   Change History      Sort Order:
Andy Jefferson [01/Jan/06 02:05 PM]
NumericExpressions were losing the "mapping" and so were being prohibited. Now NumericExpressions take the mapping from whichever side of the expression has it.