We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When entering an invalid username, the application crashes with the following error: Fatal error: Range requires lowerBound <= upperBound.
2.13.5
macos 13.7.6
Swift Package Manager - Swift 5.9.0
1.Enter an invalid username 2. run code do { _ = try await pool.withConnection { conn in conn.simpleQuery("SELECT 1") }.get() } catch { throw error }
do { _ = try await pool.withConnection { conn in conn.simpleQuery("SELECT 1") }.get() } catch { throw error }
App crashes Swift/arm64e-apple-macos.swiftinterface:5830: Fatal error: Range requires lowerBound <= upperBound
No response
The text was updated successfully, but these errors were encountered:
gwynne
No branches or pull requests
Describe the issue
When entering an invalid username, the application crashes with the following error: Fatal error: Range requires lowerBound <= upperBound.
Vapor version
2.13.5
Operating system and version
macos 13.7.6
Swift version
Swift Package Manager - Swift 5.9.0
Steps to reproduce
1.Enter an invalid username
2. run code
do { _ = try await pool.withConnection { conn in conn.simpleQuery("SELECT 1") }.get() } catch { throw error }
Outcome
App crashes
Swift/arm64e-apple-macos.swiftinterface:5830: Fatal error: Range requires lowerBound <= upperBound
Additional notes
No response
The text was updated successfully, but these errors were encountered: