D

Dwata

No-code desktop app to explore business data with reports, realtime collaboration, offline mode and GPT integration

(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]

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

Merge pull request from brainless/develop Updates to Notes, Query editor, and other fixes post refactor

(bugfix) Table JOIN logic should not kick in for single table queries

(task) Modifications in backend to allow complex SQL queries to be built