Login
Preferences
Help/Guide
About Trac
Wiki
View Tickets
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 6
and
Version 7
of
demo_04
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
04/05/2012 02:43:13 PM (
14 years
ago)
Author:
chenyang
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
demo_04
v6
v7
76
76
List<FieldDesc> list = newFieldDescs();
77
77
String insert = SqlHelper.buildInsert(list, "game", null);
78
//断言工具类生成的sql语句,与我们期望的一致
78
79
Assert.assertEquals("INSERT INTO game (gameId,createAt) VALUES (?,?)",
79
80
insert);