Closed loynoir closed 1 year ago
Your workaround is correct. binary
is a datatype of another dialect.
@koskimas
I think should add bytea
to type, sqlbytea
is ugly.
So, I open this issue, and link it with postgres doc
https://www.postgresql.org/docs/current/datatype-binary.html
https://www.postgresql.org/docs/current/datatype-binary.html
Got type error
Argument of type '"bytea"' is not assignable to parameter of type 'DataTypeExpression'
If use
binary
got
workaround