dim/query
Gibheer 88c271667b add function FieldsToJSON
This function enables the show view to be much less write overhead.
By defining which columns to return and automatically merging the
attributes into the main view, this can be made so much easier.

It doesn't support the recursive view for now, so that is something a
client would need to handle, but for now this should be good enough.

This also fixes a small issue in the update clause handler by moving
the index handler into the handler when a column was found.
If that was not done, the index gets moved to the wrong position and the
resulting query would be wrongly indexed.
2021-05-07 21:03:58 +02:00
..
query.go add function FieldsToJSON 2021-05-07 21:03:58 +02:00
query_test.go add function FieldsToJSON 2021-05-07 21:03:58 +02:00
rows.go add query interface 2021-04-28 21:05:31 +02:00