Issue Details (XML | Word | Printable)

Key: JDO-226
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Michael Watzek
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

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

DistintCandidateInstances.testCollectionQueries typo

Created: 28/Nov/05 12:21 AM   Updated: 29/Nov/05 09:36 PM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works JDO-226.patch 2005-11-29 12:17 AM Michael Watzek 7 kB

Resolution Date: 29/Nov/05 09:36 PM


 Description  « Hide
The TCK test DistintCandidateInstances (apart from being spelt incorrectly ... since Distinct has a c in it) has a typo in the query. It is using
SELECT DISTNICT FROM " + Person.class.getName()

JPOX fails to detect DISTNICT as a keyword :-)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Watzek added a comment - 29/Nov/05 12:17 AM
The attached patch fixes this issue.

Michael Bouschen added a comment - 29/Nov/05 09:31 PM
Looks good!

Michael Watzek added a comment - 29/Nov/05 09:36 PM
The attached patch has been checked in (Revision 349712).