-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Unable to send multiple SQL commands in one simpleQuery
#499
Comments
simpleQuery
I think the |
That's what I figured ... |
Or it's possible we can just change the implementation of the current function without any breaking behavior changes. |
@MahdiBM Do you want to drive an API design for this? Once we have an API design, we can look into implementing the Simple Statement flow and fix this API short-comming. Alternative for now: Deprecate cc @gwynne |
Describe the issue
Unable to send multiple SQL commands in one
simpleQuery
.Vapor version
1.21.5
Operating system and version
macOS 15
Swift version
swift-driver version: 1.109.2 Apple Swift version 6.0 (swiftlang-6.0.0.3.300 clang-1600.0.20.10) Target: arm64-apple-macosx15.0
Steps to reproduce
Outcome
Additional notes
Postgres documentation mentions that multiple SQL commands in one simple query is allowed:
The text was updated successfully, but these errors were encountered: