Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically select a table derived from the query #99

Open
steven-peeters1 opened this issue Jan 26, 2023 · 1 comment
Open

Automatically select a table derived from the query #99

steven-peeters1 opened this issue Jan 26, 2023 · 1 comment

Comments

@steven-peeters1
Copy link

When I'm viewing a table and I enter a query for an unrelated table the query fails.
I was wondering if it's possible to derive the table from this query and automatically select te correct table and execute the query.

Eg when I'm viewing table1 and I enter in the query:
table2.field = "X"
the underlying query will be faulty:
for each table1 where (table2.field = "X") no-lock

Seeing as this is never correct, might as well automatically switch to table2 and execute the query.

Also, I think this might save some time as in the user doesn't need to select the table anymore but can start typing straight away.

@patrickTingen
Copy link
Owner

patrickTingen commented Jan 27, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants