mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
dialect/sql: support for order by expressions in window functions (#2442)
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user