Skip to content

Commit

Permalink
Error-fix for iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpopov-keyvariable committed Jul 13, 2022
1 parent fa3a9b0 commit c08ec9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/kvPostgreSqlKit/KvPostgresClientKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ extension Float : PostgresValueConvertible {



#if !os(iOS)
// Missing extension for Float80.
extension Float80 : PostgresValueConvertible {

Expand All @@ -165,3 +166,4 @@ extension Float80 : PostgresValueConvertible {
public var postgresValue: PostgresValue { .init(String(describing: self)) }

}
#endif // !iOS

0 comments on commit c08ec9f

Please sign in to comment.