mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
@@ -326,7 +326,7 @@ func ({{ $receiver }} *{{ $builder }}) sqlQuery() *sql.Selector {
|
||||
{{- if and (not $field.UserDefined) $field.IsString -}}
|
||||
strconv.FormatInt({{ $arg }}.Int64, 10)
|
||||
{{- else if hasPrefix $nulltype "sql" -}}
|
||||
{{ $field.NullTypeField "eout" -}}
|
||||
{{ $field.NullTypeField $arg -}}
|
||||
{{- else -}}
|
||||
{{ $arg }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user