We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这里的对比结果出现了对比对象的情况。
columnvalue[name=in_message,type=2005], value= [com.mysql.jdbc.clob@63ab41a2] vs [com.mysql.jdbc.clob@62cb23a9]
这给不太懂 Java 的 DBA 同学造成了一些困惑。因为从数据库里的字面值看应该是一致的。
看了下代码,应该是不能 instanceof string 的就直接返回对象。这里的 com.mysql.jdbc.clob 应该是不能返回 true 就直接return object 导致的这个问题。这里是否让校验结果展示的更清晰一点?
instanceof string
com.mysql.jdbc.clob
true
return object
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这里的对比结果出现了对比对象的情况。
这给不太懂 Java 的 DBA 同学造成了一些困惑。因为从数据库里的字面值看应该是一致的。
看了下代码,应该是不能
instanceof string
的就直接返回对象。这里的com.mysql.jdbc.clob
应该是不能返回true
就直接return object
导致的这个问题。这里是否让校验结果展示的更清晰一点?The text was updated successfully, but these errors were encountered: