-
Notifications
You must be signed in to change notification settings - Fork 4
🎉 Release 1.0.0 🚀 #30
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
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
LissaGreense
approved these changes
Jan 17, 2025
Owner
LissaGreense
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wonderful news! Fully approved!
|
Wow! Great stuff! |
ixior462
added a commit
that referenced
this pull request
May 23, 2025
* e2e version matrix update * Refactor that makes code shiny * Fix parser test pointer * Final refactor - improve select structure * Fix delete command * Add Drop Function * Add error handling for parser * second part of error handling * Adds LIMIT and OFFSET keywords :D * Add Update command * Feature/error handling tests (#20) * Parser error handling wip * Add error handling for engine and finish parser --------- * Add Distinct select implementation (#21) * Feature/joins (#22) 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 * Aggregate functions (#23) * Add Aggregate function handling in lexer, parser and even write documentation * Aggregate functions engine WIP * Finish tests, fix implementation of aggr functions --------- * Feature - "IN" and "NOTIN" condition (#24) * Parser, lexer, token and ast impl * engine, parser err handling, readme, tests for IN * Feature/null insertion (#25) * 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 --------- * Add apostrophe validation errors (#26) * Add gopher to README.md (#28) * Refactore e2e tests (#27) * Refactore e2e tests structure * Update README in E2E section * Move e2e test to seperate file * Feature - apostrophe error validate (#29) * Add apostrophe validation errors * refactor * Rewrite getExpression logic --------- Co-authored-by: LissaGreense <walissa13@gmail.com> Co-authored-by: Sara Ryfczyńska <s.ryfczynska@gmail.com>
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.
After countless lines of code, rigorous testing, and a whole lot of passion, we’re proud to unveil the first official release of our G04SQL!