Uploaded image for project: 'JDO'
  1. JDO
  2. JDO-580

Add TCK query test using methods in the query result

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • JDO 2 maintenance release 1 (2.1)
    • JDO 3.1-rc1
    • specification, tck, tck2-legacy
    • None

    Description

      There are currently no TCK tests for using size() and max() or other aggregates in queries. For example, find the Node or Nodes with the maximum number of children: SELECT FROM Node WHERE this.children.size() == (SELECT MAX(n.children.size()) FROM Node n).

      Attachments

        1. derby-app-JDO-580-junit.txt
          28 kB
          Michael Bouschen
        2. JDO-580.conf
          1 kB
          Michael Bouschen
        3. JDO-580.patch
          14 kB
          Michael Bouschen

        Activity

          People

            mbo Michael Bouschen
            mbo Michael Bouschen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: