-
Notifications
You must be signed in to change notification settings - Fork 785
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(snowflake): implement correct semantics of EXCEPT, RENAME (#2268)
* Fix(snowflake): implement correct semantics of EXCEPT, RENAME * Constrain setuptools_scm version to be <8.0.1 for now * Revert setuptools_scm version constraint, first attempt at ignoring _version.py in mypy * Second attempt at excluding _version.py * Third attempt at excluding _version.py * Fourth attempt... * Sigh. * try pre-commit exclude flag * Add sqlglot/ prefix * Another try * ... * Try non-stringified sqlglot/_version.py * Constraint setuptools_scm in setup_requires instead...
- Loading branch information
1 parent
bca7570
commit d5b229a
Showing
4 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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