Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing tests for varchars #10

Open
piyushchauhan2011 opened this issue Jul 16, 2016 · 0 comments
Open

Failing tests for varchars #10

piyushchauhan2011 opened this issue Jul 16, 2016 · 0 comments

Comments

@piyushchauhan2011
Copy link

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

Might be helpful @kjessup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant