MariaDB tests fix.
This commit is contained in:
parent
ec462dce81
commit
e0a1eff493
14 changed files with 108 additions and 68 deletions
8
mysql/types.go
Normal file
8
mysql/types.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package mysql
|
||||
|
||||
import "github.com/go-jet/jet/internal/jet"
|
||||
|
||||
type Statement jet.Statement
|
||||
type Projection jet.Projection
|
||||
|
||||
var NewEnumValue = jet.NewEnumValue
|
||||
Loading…
Add table
Add a link
Reference in a new issue