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 639fa91 commit 53c40fdCopy full SHA for 53c40fd
GRDB/Record/FetchableRecord+Decodable.swift
@@ -398,7 +398,9 @@ private struct _RowDecoder<R: FetchableRecord>: Decoder {
398
KeyedDecodingContainer<NestedKey>.self,
399
DecodingError.Context(
400
codingPath: codingPath,
401
- debugDescription: "not implemented: building a nested JSON container for the column '\(column)'"))
+ debugDescription: """
402
+ not implemented: building a nested JSON container for the column '\(column)'
403
+ """))
404
}
405
406
// Scope?
0 commit comments