1Attendees: Michael Bouschen, Craig Russell Agenda:
1. JIRA "Support for conditional operator ? : in JDOQL": https://issues.apache.org/jira/browse/JDO-650 When we use if then else do we run into the dangling else problem? We can solve this by explicitly putting into the BNF that this is not permitted: IF (conditional1) IF (conditional2) Does the IF expression really belong in the query filter? Seems like it might not be needed since any IF expression that returns a boolean can be rewritten to not use the IF expression. Where does the current implementation in DataNucleus allow IF ... ELSE? By the way, the specification page 372 has a bug. The JDOQL line belongs in the previous page. Fixed in revision 1626276. 2. JIRA "Allow makePersistent outside a transaction": https://issues.apache.org/jira/browse/JDO-589 no change. Not proposed for 3.1. 3. JIRA "Specifying NULL elements positioning in ordered columns": https://issues.apache.org/jira/browse/JDO-721 This affects the BNF near the specification B.8 as well. 4. JIRA "Modify specification to address NoSQL datastores": https://issues.apache.org/jira/browse/JDO-651 no change. Not proposed for 3.1. 5. JDO 3.1 pending changes above. 6. Other issues Action Items from weeks past: [Feb 28 2014] AI Everyone: take a look at https://issues.apache.org/jira/browse/JDO-712 [Feb 28 2014] AI Everyone: take a look at https://issues.apache.org/jira/browse/JDO-625 [Dec 13 2013] AI Craig file a JIRA for java.sql.Blob and java.sql.Clob as persistent field types [May 10 2013] AI Everyone take a look Apache ISIS and maybe subscribe to ISIS mail lists. [Aug 24 2012] AI Craig update the JIRAs JDO-689 JDO-690 and JDO-692 about JDOHelper methods. In process. Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:[email protected] P.S. A good JDO? O, Gasp!
