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

Added bare functions to values clause #1876

Merged
merged 1 commit into from Nov 10, 2021

Conversation

WittierDinosaur
Copy link
Contributor

Brief summary of the change made

Bugfix PR for bare functions not being accepted in a VALUES clause
Fixes #1875

Are there any other side effects of this change that we should be aware of?

No

Pull Request checklist

Test case added in Postgres - to match bug report

@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #1876 (4f19310) into main (8d7ff64) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #1876   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          139       139           
  Lines         9880      9880           
=========================================
  Hits          9880      9880           
Impacted Files Coverage Δ
src/sqlfluff/dialects/dialect_ansi.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d7ff64...4f19310. Read the comment docs.

@WittierDinosaur WittierDinosaur merged commit d5c94f3 into sqlfluff:main Nov 10, 2021
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.

CURRENT_TIMESTAMP not parsed in postgres INSERT INTO
2 participants