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

Add support for ODBC functions #1585

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

iffyio
Copy link
Contributor

@iffyio iffyio commented Dec 11, 2024

Adds support for dialects like Snowflake and MsSQL that support function calls using the ODBC syntax.

SELECT {fn CONCAT('foo', 'bar')}

https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/scalar-function-calls?view=sql-server-2017

Adds support for dialects like Snowflake and MsSQL
that support function calls using the ODBC syntax.

```sql
SELECT {fn CONCAT('foo', 'bar')}
```

https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/scalar-function-calls?view=sql-server-2017
@iffyio
Copy link
Contributor Author

iffyio commented Dec 11, 2024

cc @alamb

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @iffyio -- I couldn't find any suggestions for this PR. Very nice 🙏

@alamb alamb merged commit a13f8c6 into apache:main Dec 11, 2024
8 checks passed
@iffyio iffyio deleted the odbc-scalar-fn branch December 12, 2024 08:21
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.

2 participants