We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c981949 commit 57d8298Copy full SHA for 57d8298
1 file changed
FreesqlGenCode/FormGenSql.cs
@@ -41,6 +41,8 @@ protected override void OnLoad(EventArgs e)
41
" inner "," INNER "," IS "," is "," NULL "," null "," NOT "," not "," LIKE "," like ",
42
" limit "," LIMIT "," OR "," or "," order "," ORDER "," right "," RIGHT "," ROWNUM ",
43
" rownum "," TOP "," top "," UNION "," union "," ALL "," all "," VIEW "," view ",
44
+ " avg "," AVG "," count "," COUNT "," min "," MIN "," max "," MAX "," sum "," SUM ",
45
+
46
};
47
private static string[] keyWordsNotSpace = keyWords.Select(a=>a.Trim()).ToArray();
48
0 commit comments