From: SourceForge.net <no...@so...> - 2004-06-16 17:51:37
|
Bugs item #962425, was opened at 2004-05-28 21:03 Message generated for change (Comment added) made by kal_ahmed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=962425&group_id=27895 Category: Tolog engine Group: TM4J 0.9.4 >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Kal Ahmed (kal_ahmed) Assigned to: Kal Ahmed (kal_ahmed) Summary: Tolog SELECT clause syntax is wrong Initial Comment: The SELECT clause of the tolog 0.1 language is defined in BNF as: [19] selectpart ::= 'SELECT' selectlist 'FROM' [20] selectlist ::= selpart (',' selpart)* [21] selpart ::= variable | aggfun '(' variable ') [22] aggfun ::= 'count' (ref: http://www.ontopia.net/topicmaps/materials/tolog-spec.html) The current tolog engine supports only one count and it must be preceded by a variable. The tolog implementation should be updated to match the tolog 0.1 BNF productions. ---------------------------------------------------------------------- >Comment By: Kal Ahmed (kal_ahmed) Date: 2004-06-16 18:51 Message: Logged In: YES user_id=176992 This will be addressed as part of the tolog 1.0 implementation, so I don't want to fix this for the soon-to-be-deprecated 0.1 implementation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=962425&group_id=27895 |