Merge branch 'v1' into lunny/test_extends
This commit is contained in:
commit
c8f70195a3
|
@ -19,8 +19,9 @@ func (statement *Statement) isUsingLegacyLimitOffset() bool {
|
||||||
func (statement *Statement) writeMssqlLegacySelect(buf *builder.BytesWriter, columnStr string) error {
|
func (statement *Statement) writeMssqlLegacySelect(buf *builder.BytesWriter, columnStr string) error {
|
||||||
return statement.writeMultiple(buf,
|
return statement.writeMultiple(buf,
|
||||||
statement.writeStrings("SELECT"),
|
statement.writeStrings("SELECT"),
|
||||||
statement.writeDistinct,
|
|
||||||
statement.writeTop,
|
statement.writeTop,
|
||||||
|
statement.writeDistinct,
|
||||||
|
statement.writeStrings(" ", columnStr),
|
||||||
statement.writeFrom,
|
statement.writeFrom,
|
||||||
statement.writeWhereWithMssqlPagination,
|
statement.writeWhereWithMssqlPagination,
|
||||||
statement.writeGroupBy,
|
statement.writeGroupBy,
|
||||||
|
|
Loading…
Reference in New Issue