Multiple UUID casting in an SQL Alchemy select statement
If I try to retrieve a value from a column which typed as UUID I get a Python error: TypeError("a bytes-like object is required, not 'str'")
when I call fetchall()
on the CursorObject
.
If I try to retrieve a value from a column which typed as UUID I get a Python error: TypeError("a bytes-like object is required, not 'str'")
when I call fetchall()
on the CursorObject
.