typhon-project / typhonql

Typhon Query Language
Eclipse Public License 2.0
4 stars 1 forks source link

Select data, using QL queries #31

Closed benatspo closed 4 years ago

benatspo commented 4 years ago

Hi,

Using QL queries does not permit to choose the attributes to select from a chosen entity. For example,

Thank you for the help :)

DavyLandman commented 4 years ago

It is by design that we always return the object, but I think the second query should only return the object with only the "name" field set.

DavyLandman commented 4 years ago

btw, #52 will change this, and make it more like you would expect.

benatspo commented 4 years ago

Yes, it will :)

DavyLandman commented 4 years ago

closing this, as the behavior has changed to be more like SQL (you specify the columns you want, we don't return objects anymore)