Skip to content
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

Only bind to SQL value functions if there is no alias with this name present we can bind to instead #13925

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

Mytherin
Copy link
Collaborator

Fixes an issue where aliases like CURRENT_TIMESTAMP would behave differently from regular aliases in the select list or oder by clause

@Mytherin Mytherin merged commit b369bcb into duckdb:main Sep 13, 2024
39 checks passed
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Sep 25, 2024
Only bind to SQL value functions if there is no alias with this name present we can bind to instead (duckdb/duckdb#13925)
[Python][Jupyter] Don't use `ExplainFormat::HTML` for `explain('analyze')` (duckdb/duckdb#13928)
[CI] Invert operations on OSX.yml, deploying nightly artifacts before test (duckdb/duckdb#13927)
fix REGEX not supported anymore for valid queries (only statement error) duckdb/duckdb#2889 (duckdb/duckdb#13633)
[Python] Improve `install_extension` to support `repository`/`repository_url` and `version` (duckdb/duckdb#13876)
Remove buffer_manager_allocate.patch and bump spatial (duckdb/duckdb#13895)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Sep 25, 2024
Only bind to SQL value functions if there is no alias with this name present we can bind to instead (duckdb/duckdb#13925)
[Python][Jupyter] Don't use `ExplainFormat::HTML` for `explain('analyze')` (duckdb/duckdb#13928)
[CI] Invert operations on OSX.yml, deploying nightly artifacts before test (duckdb/duckdb#13927)
fix REGEX not supported anymore for valid queries (only statement error) duckdb/duckdb#2889 (duckdb/duckdb#13633)
[Python] Improve `install_extension` to support `repository`/`repository_url` and `version` (duckdb/duckdb#13876)
Remove buffer_manager_allocate.patch and bump spatial (duckdb/duckdb#13895)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
@Mytherin Mytherin deleted the ordersqlvaluefunction branch October 15, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant