feat: add returning to mysql
This commit is contained in:
parent
0585cd1949
commit
b2b1a59a45
5 changed files with 42 additions and 6 deletions
|
|
@ -3,6 +3,7 @@ package mysql
|
|||
import (
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
|
||||
"github.com/go-jet/jet/v2/internal/jet"
|
||||
)
|
||||
|
||||
|
|
@ -437,6 +438,7 @@ var reservedWords = []string{
|
|||
"RESIGNAL",
|
||||
"RESTRICT",
|
||||
"RETURN",
|
||||
"RETURNING",
|
||||
"REVOKE",
|
||||
"RIGHT",
|
||||
"RLIKE",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue