提交 e4489976 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting, use words that are in the dictionary.txt

上级 67ebd733
......@@ -216,7 +216,7 @@ public class TestCompatibility extends TestBase {
testLog(Math.log10(10), stat);
assertResult("ABC", stat, "SELECT SUBSTRING('ABCDEF' FOR 3)");
assertResult("BCDE", stat, "SELECT SUBSTRING('ABCDEF' FROM 2 FOR 4)");
assertResult("ABCD", stat, "SELECT SUBSTRING('0ABCDEF' FROM 2 FOR 4)");
}
private void testMySQL() throws SQLException {
......@@ -276,9 +276,8 @@ public class TestCompatibility extends TestBase {
stat.execute("DROP TABLE IF EXISTS TEST_COMMENT");
stat.execute("create table TEST_COMMENT (ID bigint not null auto_increment, " +
"SOME_STR varchar(255), primary key (ID)) comment='Some comment.'");
/* now test creating a table with a comment and engine
* and other typical mysql stuff as generated by hibernate
*/
// now test creating a table with a comment and engine
// and other typical mysql stuff as generated by hibernate
stat.execute("DROP TABLE IF EXISTS TEST_COMMENT_ENGINE");
stat.execute("create table TEST_COMMENT_ENGINE (ID bigint not null auto_increment, " +
"ATTACHMENT_ID varchar(255), SOME_ITEM_ID bigint not null, primary key (ID), " +
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论