I noticed that mysql's BINARY(16) datatype can get read into sqlalchemy's 
UUID() no problem, but if it is postgres' BYTEA datatype, then it fails. I 
created a reproducible example at this gist: 
https://gist.github.com/sss-ng/1283c85d1010264132985156c148439b

If someone could help me, I would like to know how i can read a binary UUID 
into model in postgres using sqlalchemy.

Thank you
Sam

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/56e11560-7a36-4a2b-9364-8a5f4201946fn%40googlegroups.com.

Reply via email to