On Monday, June 29, 2015 at 1:48:14 PM UTC+2, scott molinari wrote:
>
> A polite bump for the request for confirmation above.
>
> Scott
>

don't know if this covers your problem, but 

assuming you build this schema

 99       ach.queries << 'create property Industries.categories linkset'
100       ach.queries << 'create property Categories.subcategories linkset'
101       ach.queries << 'create property Categories.industry link'
102       ach.queries << 'create property Subcategories.category link'
103       ach.queries << 'create property Subcategories.contracts linkset'

then 
select name, categories.name, categories.subcategories.contracts.symbol 
from Industries

gives some results 
PROPERTIES name categories categories2 
Technology    ["Software","Semiconductors","Computers"]    
[["MSFT","ORCL"],["MU","AMD","QCOM","AMAT","INTC"],["BBRY","AAPL"]]
Basic Materials    ["Mining","Iron/Steel","Chemicals"]    
[["AA","ABX","FCX"],["VALE","CLF"],["BAS","DOW"]]
Financial    ["Insurance","Banks"]    
[["AIG"],["JPM","D05","C","WFC","BAC","NBG","MS"]]
(...)

BUT - if you try to try to narrow the results by adding »where« terms, 
nothing  changes.
The dot-notation just returns the normal object-orientated-result-set. 

This are personal findings, which haven'd been confirmed by the programmers 

hartmut

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to