checkpoint#1
Closed
snovik75 wants to merge 5535 commits into
Closed
Conversation
* fix(Snowflake): quote identifiers in stage references * return Literal instead of Var * adjust tests * wrap result exp.Literal in quotes, adjust logic to use _find_sql(..) * adjust a few more tests
* fix(sqlite): transpile double quoted PRIMARY KEY * fix test * PR feedback1 (george) * revert sqlite _transform_create
* . * fully qualified
* fix(clickhouse): Fix generation of exp.Values * Enhance comment * Fix table and column qualification * Move tests to qualify_columns.sql * Fix ASTs for exp.Values * Move aliasing logic to clickhouse.py * PR Feedback 1 * Factor out dialect
…#4959) * feat(bigquery): Support set operations * PR Feedback 1
* fix: support SHOW (ALL) TABLES for duckdb * Fix styling * Fix set difference * Fix styling * Preserve ALL prefix * Fix test * Fix formatting --------- Co-authored-by: Jo <46752250+georgesittas@users.noreply.github.com>
* feat(duckdb): Add support for PIVOT's multi IN clauses * PR Feedback 1 * PR Feedback 2
* feat(parser)!: JOIN pipe syntax, Set Operators as CTEs * fix lint * refactor tests * refactor CTE approach * fix cte aggregate * fix lint * remove OFFSET as single pipe operator * refactor pipe syntax select
* feat(parser)!: ALIAS pipe syntax * refactor pipe syntax parser * AS using CTE * refactor pipe parser * type hint for alias_cte * refactor pipe syntax map key ordering * fix type annotation of _build_pipe_cte
* init add Identity Order NoOrder support for snowflake * reduce number of test focus on NOORDER * apply ruff lint * lint test file * restaure * Update transforms.py --------- Co-authored-by: Damien Maresma <d.maresma@outlook.com>
* Some semantics to keep limit clause in expression. * Amended according to suggestions * Use identity test instead of validate all --------- Co-authored-by: Jo <46752250+georgesittas@users.noreply.github.com>
…ao#5229) * fix(generator): Normalize date parts in exp.Extract * Enable normalization only for DuckDB * Pop weekday
…ucts (tobymao#5230) * Fix(optimizer)!: resolve table "columns" as identifiers * Refactor * Refactor + PR feedback * Test new AST & generation more explicitly
…ymao#5234) * Feat(snowflake): improve transpilation of unnested object lookup * Add comment
* feat(parser): DROP pipe syntax * refactor impl * fix column ambiguity * removed extra check * PR feedback 1 (george)
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.
No description provided.