3
0

Fix RDBMS store upsert + labels & settings

This commit is contained in:
Denis Arh
2020-12-01 15:44:58 +01:00
parent 22785ad10b
commit 66c5501d4f
30 changed files with 70 additions and 48 deletions

View File

@@ -523,7 +523,7 @@ func (s Store) execUpsert{{ export $.Types.Plural }}(ctx context.Context, set st
set,
{{ range $.RDBMS.Columns }}
{{- if or .IsPrimaryKey -}}
{{ printf "%q" .Column }},
s.preprocessColumn({{ printf "%q" .Column }}, {{ printf "%q" .LookupFilterPreprocess }}),
{{ end }}
{{- end }}
)