Revert go version change and mariadb.

This commit is contained in:
go-jet 2025-03-09 18:22:31 +01:00
parent 950b33191e
commit 97f1b46352
9 changed files with 19 additions and 16 deletions

View file

@ -50,6 +50,7 @@ var Decimal = jet.Decimal
// String creates new string literal expression
var String = jet.String
// Blob creates new blob literal expression
func Blob(data []byte) BlobExpression {
return BlobExp(jet.Literal(data))
}