By further investigating ...

the Array not recognized correctly by Studio can be queried the usual way:

select from (select expand(ll) from ModelTest ) where att like '4%'
>

returns an Array with expanded TestLinkClasses starting with

{
    "result": [
        {
            "@type": "d",
            "@rid": "#10:3",
            "@version": 1,
            "@class": "TestLinkClass",
            "att": "4 attribute"
        },


Thus I guess that's valid to store unsorted data in an array. And I am able 
to use the embedded properties in the usual manner, no matter how »chaotic« 
the array is organized.

 

-- 

--- 
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