Skip to content

Commit 57d8298

Browse files
committed
fix bug
1 parent c981949 commit 57d8298

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FreesqlGenCode/FormGenSql.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ protected override void OnLoad(EventArgs e)
4141
" inner "," INNER "," IS "," is "," NULL "," null "," NOT "," not "," LIKE "," like ",
4242
" limit "," LIMIT "," OR "," or "," order "," ORDER "," right "," RIGHT "," ROWNUM ",
4343
" rownum "," TOP "," top "," UNION "," union "," ALL "," all "," VIEW "," view ",
44+
" avg "," AVG "," count "," COUNT "," min "," MIN "," max "," MAX "," sum "," SUM ",
45+
4446
};
4547
private static string[] keyWordsNotSpace = keyWords.Select(a=>a.Trim()).ToArray();
4648

0 commit comments

Comments
 (0)