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 6eb20b2 commit 17381ebCopy full SHA for 17381eb
Sources/PostgresKit/PostgresRow+SQL.swift
@@ -1,5 +1,5 @@
1
extension PostgresRow {
2
- public func sql(using decoder: PostgresDataDecoder) -> SQLRow {
+ public func sql(decoder: PostgresDataDecoder = .init()) -> SQLRow {
3
return _PostgreSQLRow(row: self, decoder: decoder)
4
}
5
0 commit comments