MySQL update statement tests.

This commit is contained in:
go-jet 2019-08-02 11:08:24 +02:00
parent a46e8c1c51
commit 7660bdd8b5
12 changed files with 406 additions and 115 deletions

View file

@ -131,7 +131,7 @@ func (q *sqlBuilder) writeReturning(statement statementType, returning []project
}
if !q.dialect.SupportsReturning {
panic(q.dialect.Name + " dialect does not support RETURNING.")
panic("jet: " + q.dialect.Name + " dialect does not support RETURNING.")
}
q.newLine()