trino-python-client icon indicating copy to clipboard operation
trino-python-client copied to clipboard

Map INTERVAL types to Python types

Open hovaesco opened this issue 7 months ago • 0 comments

Description

Resolves https://github.com/trinodb/trino-python-client/issues/356

  • Map INTERVAL YEAR TO MONTH to relativedelta
  • Map INTERVAL DAY TO SECOND to timedelta

Non-technical explanation

Release notes

( ) This is not user-visible or docs only and no release notes are required. ( ) Release notes are required, please propose a release note for me. ( ) Release notes are required, with the following suggested text:

* Fix some things. ({issue}`issuenumber`)

hovaesco avatar Jul 19 '24 12:07 hovaesco