Conversation
…-fix-how-ctes-and-joins-combine Feat/fix/add subquery to join and fix how ctes and joins combine
…-fix-how-ctes-and-joins-combine bump up version to 0.7.0
…s the respective raw select methods for simplicity, also removed console.log from the test
feat/added selecting specific fields from union selects also added tests for that
… vitest exclude list
issue #66, already added some fixes for these.
…/add-new-query-types
…/add-new-query-types
…Raw-to-all-queries-that-support-returning Feat/add return all and returning raw to all queries that support returning
…ort-for-validation Feat/add test and add better support for validation
…Raw-to-all-queries-that-support-returning Feat/add return all and returning raw to all queries that support returning
feat/changed input for withQuery
bookkeeping/updated dependencies
…-ctes feat/added better support for unions in CTEs
…-ctes fix/removed wrong draft code
…-ctes fix/fixed how unions and selects work in CTEs, disable analysis
…-ctes fix/fixed naming
…ort-for-validation Feat/add test and add better support for validation
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
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.
Everything in this version that has something to do DML queries is already tested externally. DDL queries still need some real world testing, unit testing already says that they are working so will pass to next phase (RC) since real world tests are more difficult to one person than it seems.