init - add project files
This commit is contained in:
11
tools/jet-2.12.0/mysql/functions_test.go
Normal file
11
tools/jet-2.12.0/mysql/functions_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package mysql
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
func TestUUIDToBin(t *testing.T) {
|
||||
assertSerialize(t, UUID_TO_BIN(String(uuid.Nil.String())), `uuid_to_bin(?)`, uuid.Nil.String())
|
||||
}
|
||||
Reference in New Issue
Block a user