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

Enhancement: Added FluentTable class #529

Merged
merged 7 commits into from
Sep 1, 2024

Conversation

mk3008
Copy link
Owner

@mk3008 mk3008 commented Sep 1, 2024

Added comment function.
Added conversion to additional queries function.
Added table join function.
Added sign inversion function.
Added difference determination condition.
Enhanced With clause import function.
Optimized QuerySource filter function.
Added the ability to convert a select query to a CTE.
Added the ability to convert a select query to a subquery.
Added the ability to convert a select query to a count query.
Added the ability to convert a select query to an append query.
Added the ability to convert a select query to an update query.
Added the ability to convert a select query to a delete query.
Added the ability to convert a select query to a merge query.
Added the ability to convert a select query to a create table query.
Fixed a bug that caused parsing to fail if uppercase letters were included.
Add Data source comparison demo project

mk3008 added 7 commits August 29, 2024 21:18
Fixed a bug that caused parsing to fail if uppercase letters were included.
Added comment function.
Added conversion to additional queries function.
Added table join function.
Added sign inversion function.
Added difference determination condition.
Enhanced With clause import function.
Optimized QuerySource filter function.
A class that can manage table information, CTE names, and alias names together.
Added comment function.
Fixed the AddExists (AddNotExists) function to apply to queries.
Added the ability to convert a select query to a CTE.
Added the ability to convert a select query to a subquery.
Added the ability to convert a select query to a count query.
Added the ability to convert a select query to an append query.
Added the ability to convert a select query to an update query.
Added the ability to convert a select query to a delete query.
Added the ability to convert a select query to a merge query.
Added the ability to convert a select query to a create table query.
@mk3008 mk3008 linked an issue Sep 1, 2024 that may be closed by this pull request
@mk3008 mk3008 self-assigned this Sep 1, 2024
@mk3008 mk3008 added the enhancement New feature or request label Sep 1, 2024
@mk3008 mk3008 merged commit 5ebe9a6 into main Sep 1, 2024
1 check passed
@mk3008 mk3008 deleted the 524-demo-comparing-two-data-sources branch September 1, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demo: Comparing two data sources
1 participant