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

feat: add CommonSuggestion and JoinsSuggestion types, migrate postgresql tests to typescript #105

Merged
merged 7 commits into from
Dec 5, 2023

Conversation

roberthovsepyan
Copy link
Contributor

Part of #85

@@ -116,11 +118,16 @@ export interface FunctionsSuggestion {
types?: string[];
}

export interface FiltersSuggestion {
export interface CommonSuggestion {
prefix?: string;
tables: Table[];
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Common suggestion looks too general. Why not just create a FiltersSuggestion, and make GroupBysSuggestion, OrderBysSuggestion aliases?

Or else we need a better naming

@roberthovsepyan roberthovsepyan changed the title refactor: add CommonSuggestion and JoinsSuggestion types, migrate postgresql tests to typescript feat: add CommonSuggestion and JoinsSuggestion types, migrate postgresql tests to typescript Dec 5, 2023
@roberthovsepyan roberthovsepyan merged commit 36b291c into main Dec 5, 2023
4 checks passed
@roberthovsepyan roberthovsepyan deleted the feat/psql-tests branch December 5, 2023 11:09
This was referenced Dec 4, 2023
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

Successfully merging this pull request may close these issues.

2 participants