Closed benatspo closed 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.
btw, #52 will change this, and make it more like you would expect.
Yes, it will :)
closing this, as the behavior has changed to be more like SQL (you specify the columns you want, we don't return objects anymore)
Hi,
Using QL queries does not permit to choose the attributes to select from a chosen entity. For example,
Thank you for the help :)