Support for quoted identifiers.
This commit is contained in:
parent
7fc99ac997
commit
d9ffa86453
27 changed files with 268671 additions and 318 deletions
|
|
@ -21,9 +21,9 @@ func (o *orderByClauseImpl) serializeForOrderBy(statement statementType, out *qu
|
|||
}
|
||||
|
||||
if o.ascent {
|
||||
out.writeString(" ASC")
|
||||
out.writeString("ASC")
|
||||
} else {
|
||||
out.writeString(" DESC")
|
||||
out.writeString("DESC")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue