reactor sql generation

This commit is contained in:
anqiansong
2020-08-12 14:09:49 +08:00
parent f226ffb57c
commit c519345924
19 changed files with 497 additions and 33 deletions

View File

@@ -87,7 +87,7 @@ func (s String) LowerStart() string {
if !unicode.IsUpper(r) && !unicode.IsLower(r) {
return s.source
}
return string(r) + s.source[1:]
return string(unicode.ToLower(r)) + s.source[1:]
}
// it will not ignore spaces