Fixed placeholders

This commit is contained in:
Sergey Kurt 2017-03-15 19:13:20 +03:00
parent ad15668462
commit f45f98ef03

View file

@ -144,7 +144,7 @@ func (o {{$tableNameSingular}}Slice) DeleteAll(exec boil.Executor) error {
{{- else -}}
startIndex := 1
if dialect.IndexPlaceholders {
if !dialect.IndexPlaceholders {
startIndex = 0
}