You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this library and thought of contributing to it. Cloned the repo on the system and started with tests. When I ran swift test after swift build, encountered two failing tests.
/testcodes/Perfect-MySQL/Tests/MySQL/MySQLTests.swift:330: error:-[MySQLTestSuite.MySQLTests testQueryStmt2]: XCTAssertTrue failed -1366 Incorrect string value: '\xF0\x9F\x91\xBB' for column 'varchar' at row 1-1366 Incorrect string value: '\xF0\x9F\x91\xBB' for column 'varchar' at row 1/testcodes/Perfect-MySQL/Tests/MySQL/MySQLTests.swift:330: error:-[MySQLTestSuite.MySQLTests testQueryStmt2]: XCTAssertTrue failed -1366 Incorrect string value: '\xF0\x9F\x91\xBB' for column 'varchar' at row 1-1366 Incorrect string value: '\xF0\x9F\x91\xBB' for column 'varchar' at row 1
Swift version:
Apple Swift version 3.0 (swiftlang-800.0.33.1 clang-800.0.31)
Target: x86_64-apple-macosx10.9
I came across this library and thought of contributing to it. Cloned the repo on the system and started with tests. When I ran
swift test
afterswift build
, encountered two failing tests.Swift version:
Might be helpful @kjessup
The text was updated successfully, but these errors were encountered: