Skip UUID_TO_BIN test for MariaDB.
This commit is contained in:
parent
16d0e57441
commit
1b63280b74
1 changed files with 1 additions and 0 deletions
|
|
@ -1694,6 +1694,7 @@ FROM dvds.actor;
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestUUIDFunctions(t *testing.T) {
|
func TestUUIDFunctions(t *testing.T) {
|
||||||
|
skipForMariaDB(t)
|
||||||
|
|
||||||
stmt := SELECT(
|
stmt := SELECT(
|
||||||
UUID_TO_BIN(String("4255e382-1c10-4ac0-ba5b-039ca7a8525f")).AS("bin"),
|
UUID_TO_BIN(String("4255e382-1c10-4ac0-ba5b-039ca7a8525f")).AS("bin"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue