Query question

2005-10-14 Thread Karan Malhi
Hi, First of all, I am sorry, I could not contribute much in the past two or three weeks. Hopefully, I should be able to start contributing some things this weekend. I had a question regarding queries. I have two classes , Address and Customer. Customer has many Addresses class Address{ private

[jira] Updated: (JDO-161) Implement new JDO 2 query tests cases concerning variables.

2005-10-14 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-161?page=all ] Michael Watzek updated JDO-161: --- Attachment: JDO-161.patch The patch implments the assertions above. Implement new JDO 2 query tests cases concerning variables.

[jira] Updated: (JDO-159) Implement new JDO 2 query tests cases concerning new supported methods.

2005-10-14 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-159?page=all ] Michael Watzek updated JDO-159: --- Attachment: JDO-159.patch2 The second patch contains the comments above. Implement new JDO 2 query tests cases concerning new supported methods.

[jira] Updated: (JDO-162) Implement new JDO 2 query tests cases concerning other language changes.

2005-10-14 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-162?page=all ] Michael Watzek updated JDO-162: --- Attachment: JDO-162.patch The patch implements the assertions above. Implement new JDO 2 query tests cases concerning other language changes.

Re: Query question

2005-10-14 Thread Craig L Russell
Hi Karan, On Oct 14, 2005, at 7:10 AM, Karan Malhi wrote: Hi, First of all, I am sorry, I could not contribute much in the past two or three weeks. Hopefully, I should be able to start contributing some things this weekend. I had a question regarding queries. I have two classes , Address

Re: [Jdo Wiki] Update of MappingCollections by MichelleCaisse

2005-10-14 Thread Craig L Russell
Hi, Just one comment. When mapping using PC key, serialized-key doesn't make sense. (In fact, I wonder why it's in the spec. except for completeness). Craig On Oct 14, 2005, at 2:20 PM, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Jdo Wiki

[jira] Assigned: (JDO-184) Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

2005-10-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-184?page=all ] Michelle Caisse reassigned JDO-184: --- Assign To: Michelle Caisse Collection fieldtypes tests leave cruft in SIMPLE_CLASS table -

[jira] Resolved: (JDO-184) Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

2005-10-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-184?page=all ] Michelle Caisse resolved JDO-184: - Resolution: Fixed revision 321252 Added addTearDownClass(SimpleClass.class); Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

[jira] Updated: (JDO-181) Query interface misses setRange(String).

2005-10-14 Thread Craig Russell (JIRA)
[ http://issues.apache.org/jira/browse/JDO-181?page=all ] Craig Russell updated JDO-181: -- Attachment: query.patch Please review this patch. Since it is an extra method, JPOX will need to include the new method or code will break. Please let me know when

[jira] Commented: (JDO-176) JPOX fails when a query calls String.matches

2005-10-14 Thread Craig Russell (JIRA)
[ http://issues.apache.org/jira/browse/JDO-176?page=comments#action_12332132 ] Craig Russell commented on JDO-176: --- The parameter for matches is a regular expression. If '*First' is intended to be a wild card, it should be '.*First' instead. The wild