-
Notifications
You must be signed in to change notification settings - Fork 838
SQL result_collection flag #7041
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
base: main
Are you sure you want to change the base?
Conversation
Deploying windmill with
|
| Latest commit: |
ae188f5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d93bd2a3.windmill.pages.dev |
| Branch Preview URL: | https://di-duckdb-return-array-of-re.windmill.pages.dev |
|
Claude finished @diegoimbert's task —— View job Code Review CompleteTodo List:
SummaryThis PR changes the DuckDB FFI return format to align with other SQL languages in Windmill:
Overall Assessment: The implementation is correct and follows good Rust practices. However, there are important considerations around the breaking change and one potential bug. Critical Issues1. Breaking Change - Missing Migration Path
|
… FFI interface on Windows agent workers
Align with behavior of other SQL languages
When only one statement : return array of rows
When multiple statements : return array of array of rows
This will break existing scripts