Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 54645c4

Browse files
1 parent 5c5fff0 commit 54645c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎SQL_Formatter/Formatter.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public string Format(string sql)
152152

153153
// Force title case for common SQL functions
154154
string[] sqlFunctions = { "Min", "Max", "Sum", "Count",
155-
"CharIndex", "Upper", "Lower", "Replace",
155+
"CharIndex", "Upper", "Lower", "Replace","Len","Left","Right","RTrim","LTrim","Substring",
156156
"GetDate", "DateAdd", "DateDiff", "DatePart", "Year", "Month", "Day", "Hour", "Minute", "Second",
157157
"IsNull", "Coalesce", "Cast", "Convert" };
158158

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /