Skip to content

Commit

Permalink
Disable "scalar_subquery_error_on_multiple_rows"
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Feb 12, 2025
1 parent d35f665 commit 93d9430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/duckdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var DEFAULT_BOOT_QUERIES = []string{
"SELECT oid FROM pg_catalog.pg_namespace",
"CREATE SCHEMA public",
"USE public",
"SET scalar_subquery_error_on_multiple_rows=false",
}

type Duckdb struct {
Expand Down

0 comments on commit 93d9430

Please sign in to comment.