dialect/sql: support for order by expressions in window functions (#2442)

This commit is contained in:
Ariel Mashraki
2022-04-01 21:31:00 +03:00
committed by GitHub
parent 110d0d138a
commit 345d3d1783
20 changed files with 39 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ in the LICENSE file in the root directory of this source tree.
{{/* Template for adding the "modifiers" field to the query builder. */}}
{{ define "dialect/sql/query/fields/additional/modify" -}}
{{- if or ($.FeatureEnabled "sql/lock") ($.FeatureEnabled "sql/modifier") }}
modifiers []func(s *sql.Selector)
modifiers []func(*sql.Selector)
{{- end }}
{{- end -}}