Sumit Datta

Veteran failure, Engineer, Founder of dwata.com

(chore) Minor API JSON structure change to make it easy to handle merged data

(bugfix) JOINs are not working when merged tables are requested with pagination

(task) Refactored Query Builder for better handling of One-to-Many relations

Merge pull request from brainless/dependabot/pip/backend/uvicorn-0.11.7 Bump uvicorn from 0.11.5 to 0.11.7 in /backend

Bump uvicorn from 0.11.5 to 0.11.7 in /backend Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.5 to 0.11.7. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.11.5...0.11.7) Signed-off-by: dependabot[bot]

(task) WIP One to Many relations, initial version; Filters do not work

(task) Minor color changes in UI; Related table cardinality now in API

(task) Minor UI cleanups for column and table selectors and added comemnts in UI for basic explanation

(task) WIP Grid more compact, only showing non-null related table columns by default

(task) [WIP] Automatic One to Many relations and it's corresponding display in Grid