Skip to content

Commit 433c8a4

Browse files
fix normalizedSQL available
1 parent f6a86fb commit 433c8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLyra/PreparedStatement.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public final class PreparedStatement {
2121
/// Retrieving statement SQL.
2222
public var sql: String { sqlite3_sql(stmt).string ?? "" }
2323

24-
@available(macOS 12.0, *)
24+
@available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
2525
public var normalizedSQL: String { sqlite3_normalized_sql(stmt).string ?? "" }
2626

2727
/// Retrieving statement SQL with parameters.

0 commit comments

Comments
 (0)