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

Implement missed expressions and clauses for integration sql-statement-builder in virtual-schemas #46

Closed
AnastasiiaSergienko opened this issue Apr 10, 2019 · 0 comments · Fixed by #53
Assignees
Labels
feature Product feature

Comments

@AnastasiiaSergienko
Copy link
Contributor

Problem:

We want to use sql-statement-builder for rendering sql statements in virtual-schemas project.
Unfortunate, sql-statement-builder doesn't support all necessary functionalities.

Solution:

Add missed expressions and clauses.
For example:
-GROUP BY
-ORDER BY
-HAVING
etc.

@AnastasiiaSergienko AnastasiiaSergienko added the feature Product feature label Apr 10, 2019
@AnastasiiaSergienko AnastasiiaSergienko self-assigned this May 23, 2019
redcatbear added a commit that referenced this issue Nov 21, 2019
* #46: Added `ORDER BY` and `GROUP BY`
* #50: Support `MERGE` statements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants