-
Notifications
You must be signed in to change notification settings - Fork 4
Post-release refactor #33
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Drop Function
Feature/error handling
Add Update command
* Parser error handling wip * Add error handling for engine and finish parser --------- Co-authored-by: LissaGreense <walissa13@gmail.com>
JOIN FEATURE * Add full join implementation * Add full join error handling tests in engine * Add documentation, lexer, parser and only tests for engine, handling full,inner,left,right joins * Add enginge implemenatation and e2e tests for full,inner,left and right joins * Refactore join method
* Add Aggregate function handling in lexer, parser and even write documentation * Aggregate functions engine WIP * Finish tests, fix implementation of aggr functions --------- Co-authored-by: ixior462 <pawel.krupski@mail.com>
* Parser, lexer, token and ast impl * engine, parser err handling, readme, tests for IN
* Tokens have been added * Parser and lexer logic has been updated. * Introduced a new section in README 'supported types' * Add engine integration with NULL values --------- Co-authored-by: LissaGreense <walissa13@gmail.com>
* Refactore e2e tests structure * Update README in E2E section * Move e2e test to seperate file
* Add apostrophe validation errors * refactor * Rewrite getExpression logic
* Upgrade go version and fix issues from Go Report Card * Fix errorhandling tests * Resolve go report card feed * Refactore engine functions * Change getSelectResponse function * Refactor select response logic * Improve comments --------- Co-authored-by: ixior462 <pawel.krupski@mail.com>
ixior462
approved these changes
May 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR content: