Open bjornpost opened 8 years ago
Travis fails because it runs the tests against 5.6. Not sure how to fix? We could exclude these 5.7+ specific tests from the default testsuite, but that feels a bit like cheating. Also: would be nice if I could access the MySQL version used from the JsonType
. That way we could use a text
type for <5.7.8, and json
for 5.7.8 and up.
@lox @jud Thoughts?
ping @lox @Jud
This adds support for (un)mashalling JSON column types. Required >5.7.8 to run properly.