Closed benatspo closed 4 years ago
Hey @benatspo, I am not sure if this has changed on purpose. Assigning @tvdstorm to this since he is more up to date with the QL syntax.
We do not currently have a way to do this. You have to list the columns. We could think about a operator, but most of the times, db people don't like the select
I think we expanded singular variable refs in result clauses to all attributes. Will have a look.
Fixed in d865c242df797d96dd39c9d2e8a01d95f5f87eb8
Hi,
Based on the "User" entity (relational database), I'd like to select all the data from it (with all the attributes).
Using the API, I tried:
String result: "{"columnNames":["user.@id"],"values":[["uuid"],["uuid2"]]}"
String result: "{"columnNames":["user.@id","user.id","user.name"],"values":[["uuid","1","Pol"],["uuid2","2","Loup"]]}"
ML entity: `