sqlalchemy-trino
sqlalchemy-trino copied to clipboard
Fix data type with timestamps and timezone
trafficstars
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
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! 😄