Skip to content

Add way to handle DPY-3007: database type "DB_TYPE_INTERVAL_YM" is not supported #310

@rudyryk

Description

@rudyryk
  1. Describe your new request in detail

As known and described in the official documentation database type DB_TYPE_INTERVAL_YM is not supported. But what is unclear is how to mitigate this limitation.

For example, when running SELECT * FROM "MYDB"."SOMETABLE" an error is thrown:

DPY-3007: database type "DB_TYPE_INTERVAL_YM" is not supported

The expected behaviour would be to replace unsupported values with some UNSUPPORTED token or just None. Otherwise it's becomes impossible to use SELECT * in case when it's potentially possible to have unsupported types.

  1. Give supporting information about tools and operating systems. Give relevant product version numbers
  • Ubuntu 22.04.1 2 x86_64 GNU/Linux
  • Python 3.11.5
  • oracledb 2.1.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions