Skip to content

Commit

Permalink
Skip UUID_TO_BIN test for MariaDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
go-jet committed Feb 27, 2024
1 parent 16d0e57 commit 1b63280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/mysql/select_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,7 @@ FROM dvds.actor;
}

func TestUUIDFunctions(t *testing.T) {
skipForMariaDB(t)

stmt := SELECT(
UUID_TO_BIN(String("4255e382-1c10-4ac0-ba5b-039ca7a8525f")).AS("bin"),
Expand Down

0 comments on commit 1b63280

Please sign in to comment.