|
Home > Archive > Apache JDO Project > September 2005 > Typo in spec?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Michael Watzek 2005-09-08, 5:45 pm |
| Hi Craig,
is there a typo in the spec (page 281, August 10, 2005) in JDOQL BNF?
Should "OrderingSpecifications" be replaced by "OrderingSpecs" ? Please
see below:
OrderingClause:
OrderingSpecifications ,opt
OrderingSpecs:
OrderingSpec
OrderingSpecs , OrderingSpec
OrderingSpec:
Expression Ascending
Expression Descending
Regards,
Michael
--
-------------------------------------------------------------------
Michael Watzek Tech@Spree Engineering GmbH
mailto:mwa.tech@spree.de Buelowstr. 66
Tel.: ++49/30/235 520 36 10783 Berlin - Germany
Fax.: ++49/30/217 520 12 http://www.spree.de/
-------------------------------------------------------------------
| |
| Michael Bouschen 2005-09-08, 5:45 pm |
| Hi Michael,
good catch! I think you are right, it should be OrderingSpecs.
Regards Michael
> Hi Craig,
>
> is there a typo in the spec (page 281, August 10, 2005) in JDOQL BNF?
> Should "OrderingSpecifications" be replaced by "OrderingSpecs" ?
> Please see below:
>
> OrderingClause:
> OrderingSpecifications ,opt
>
> OrderingSpecs:
> OrderingSpec
> OrderingSpecs , OrderingSpec
>
> OrderingSpec:
> Expression Ascending
> Expression Descending
>
>
> Regards,
> Michael
--
Michael Bouschen Tech@Spree Engineering GmbH
mailto:mbo.tech@spree.de http://www.tech.spree.de/
Tel.:++49/30/235 520-33 Buelowstr. 66
Fax.:++49/30/2175 2012 D-10783 Berlin
| |
| Craig Russell 2005-09-16, 5:45 pm |
| |
|
|
|
|