Skip to content

Commit 6dad303

Browse files
authored
Merge pull request #1 from Fabio1988/patch-1
fix my_bool error
2 parents a168662 + dc0b588 commit 6dad303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/PerfectMySQL/MySQLStmt.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
#else
1111
import Darwin
1212
#endif
13+
1314
import mysqlclient
1415

16+
typealias my_bool = CBool
17+
1518
/// handles mysql prepared statements
1619
public final class MySQLStmt {
1720
private let ptr: UnsafeMutablePointer<MYSQL_STMT>

0 commit comments

Comments
 (0)