Re: [sqlalchemy] PostgreSQL UUID type, Python’s UUID — and type hints

2022-01-25 Thread jens.t...@gmail.com
Mike, I really appreciate your responses, thank you! All makes sense 邏 Jens On Tuesday, January 25, 2022 at 4:06:03 PM UTC+10 Mike Bayer wrote: > > > On Mon, Jan 24, 2022, at 11:32 PM, jens.t...@gmail.com wrote: > > Mike, thank you for elaborating, that helps a lot! Yes, I meant a transient >

Re: [sqlalchemy] SQL expression object expected, got object of type instead

2022-01-25 Thread Simon King
Can you show the part of *your* code that is triggering the error, and explain what you are trying to do? Plain python properties aren't normally very useful when accessed via a class. "Genome.attributes" returns a property object, not the return value from the function, and I don't understand