[jira] Resolved: (JDO-513) StateTransitionsReturnedObjects expects persistent-clean in optimistic transaction

2007-12-09 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Jefferson resolved JDO-513. Resolution: Fixed Fix Version/s: JDO 2 maintenance release 1 JPOX SVN has been changed to

Re: Query closures for JDO 2.2

2007-12-09 Thread Michael Bouschen
Hi, during the JDO TCK conference call last Friday a question came up about possible restrictions on such a perform block. SQL does not allow multiple tables in the FROM clause of an UPDATE statement. So should we put restrictions on JDOQL to allow a 1-1 mapping to SQL? Issues to be

Re: Latest subquery specification

2007-12-09 Thread Michael Bouschen
Hi Craig, I tried to identify assertions in the latest subquery specification, you find my proposal below. Regards Michael --- Subqueries void addSubquery (Query subquery, String variableDeclaration, String candidateCollectionExpression); This