Hi Marc,
The specification doesn't appear to say whether or not a newline is allowed in queries or not. Our parser seems to disallow it, so I don't think it is currently possible to have a query with a newline in it.
The query I gave as an example is really a simple one (select o from Object o), but I think that it would be much easier for the developer if he can structure complex queries in several lines.
Is there a possibility to remove this restriction from the parser? Ognjen
