Replies: 1 comment 4 replies
-
note this came from SQLAlchemy over at sqlalchemy/sqlalchemy#11791 . I assume we'd need to install an outputtypehandler that works with the string value if we wanted to work around this. Seems like the driver should be doing this though |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to utilize oracle's TIMESTAMP WITH TIMEZONE to store and query timezone aware timestamps:
Inserts are successful, but when I attempt to query, I don't get timezone information back:
Is this expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions