Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsmart committed Apr 12, 2021
1 parent 0a124ea commit d68f888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ var driverDialect = map[string]dialect{
// func Register(driver sql.Driver, d *Dialect) {}
//

// pack a string, normalising its whitespace.
func pack(s string) string {
return strings.Join(strings.Fields(s), " ")
}
// // pack a string, normalising its whitespace.
// func pack(s string) string {
// return strings.Join(strings.Fields(s), " ")
// }

// escapeWithDoubleQuotes implements double-quote escaping of a string,
// in accordance with SQL:1999 standard.
Expand Down

0 comments on commit d68f888

Please sign in to comment.