Open
Description
Working on a new Dialect for SQLALchemy using firebird-driver
I've been stuck with this error:
Datatimezone not set or does not have a name
which is being raised by this code because timestamp.tzinfo
doesn't have a _timezone_
attribute.
And, indeed, the debugger shows me that it doesn't have this attribute:
But I can't see what I'm missing here. It seems a perfectly valid timestamp with a well defined timezone to me. Why is this exception being raised?
For reference: this is the test from SQLAlchemy test suite. It's a very simple one, just testing a roundtrip value to/from Firebird.
Metadata
Metadata
Assignees
Labels
No labels