MySQL update statement tests.
This commit is contained in:
parent
a46e8c1c51
commit
7660bdd8b5
12 changed files with 406 additions and 115 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue