Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Fix data type with timestamps and timezone #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fcomuniz
Copy link

parsing for rows would fail with
row(x timestamp(6) with time zone)

This because the driver would not expect extra parameters

Adding both a fix and a test to check if the code works

tests/test_datatype_parse.py Outdated Show resolved Hide resolved
sqlalchemy_trino/datatype.py Outdated Show resolved Hide resolved
sqlalchemy_trino/datatype.py Outdated Show resolved Hide resolved
…tain timestamp(6) with time zone instead of only timestamp
@cccs-tom
Copy link
Contributor

Hi @dungdm93 and @fcomuniz! Is anything still preventing this from being merged? We are very much looking forward to this fix. Thanks again for all your work! 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants