Add USING clause support for DELETE statements
This commit is contained in:
parent
72e8d7d584
commit
60ffd004c5
6 changed files with 134 additions and 11 deletions
|
|
@ -9,7 +9,7 @@ type DeleteStatement interface {
|
|||
WHERE(expression BoolExpression) DeleteStatement
|
||||
ORDER_BY(orderByClauses ...OrderByClause) DeleteStatement
|
||||
LIMIT(limit int64) DeleteStatement
|
||||
RETURNING(projections ...jet.Projection) DeleteStatement
|
||||
RETURNING(projections ...Projection) DeleteStatement
|
||||
}
|
||||
|
||||
type deleteStatementImpl struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue