提交 667a4733 authored 作者: Thomas Mueller's avatar Thomas Mueller

Spellchecker

上级 0213ea57
......@@ -253,7 +253,7 @@ public class TestCompatibility extends TestBase {
rs.updateString(2, "Hallo");
rs.updateRow();
// we used to have an NPE bug in the MetaTable#checkIndex() method
// we used to have an NullPointerException in the MetaTable.checkIndex() method
rs = stat.executeQuery("SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME > 'aaaa'");
rs = stat.executeQuery("SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME < 'aaaa'");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论