Add CREATE FUNCTION support for SQL Server (#1808)

This commit is contained in:
Andrew Harper 2025-04-23 12:10:57 -04:00 committed by GitHub
parent 945f8e0534
commit 2eb1e7bdd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 313 additions and 50 deletions

View file

@ -2134,6 +2134,7 @@ fn test_bigquery_create_function() {
assert_eq!(
stmt,
Statement::CreateFunction(CreateFunction {
or_alter: false,
or_replace: true,
temporary: true,
if_not_exists: false,