atviriduomenys / spinta

Spinta is a framework to describe, extract and publish data (a DEP Framework).
MIT License
10 stars 4 forks source link

Add support for PostgreSQL OID type #568

Closed sirex closed 4 months ago

sirex commented 4 months ago
Traceback (most recent call last):
  File "spinta/manifests/sql/helpers.py", line 241, in _get_type
    raise TypeError(f"Unknown type {sql_type!r}.")
TypeError: Unknown type OID().

postgresql.OID type should be mapped to integer type.

Related

sirex commented 4 months ago

Also add support for following types: