We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a816db commit 5d93f3eCopy full SHA for 5d93f3e
Sources/PostgresNIO/New/Data/JSON+PostgresCodable.swift
@@ -26,7 +26,7 @@ extension PostgresEncodable where Self: Encodable {
26
}
27
28
extension PostgresDecodable where Self: Decodable {
29
- init<JSONDecoder: PostgresJSONDecoder>(
+ public init<JSONDecoder: PostgresJSONDecoder>(
30
from buffer: inout ByteBuffer,
31
type: PostgresDataType,
32
format: PostgresFormat,
0 commit comments