We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561fa79 commit 69ccf32Copy full SHA for 69ccf32
.gitignore
@@ -4,4 +4,5 @@
4
/*.xcodeproj
5
Package.resolved
6
DerivedData
7
+.swiftpm
8
Sources/PostgreSQL/Utilities/PostgreSQLError.swift
@@ -25,7 +25,7 @@ public struct PostgreSQLError: Debuggable {
25
public var sourceLocation: SourceLocation
26
27
/// See `Debuggable`.
28
- public var stackTrace: [String]
+ public var stackTrace: [String]?
29
30
31
public var possibleCauses: [String]
0 commit comments