Skip to content

PostgreSQLOidDataType should not fail if OID is not a LargeObject #693

Description

@jeffjensen

Migrated from SourceForgeBugs #437
Originally reported by coiouhkc on 2021-01-11 14:03:12.547000
Priority: 5
Assigned to jeffjensen
SF status: pending
Votes: 1

See https://www.postgresql.org/docs/11/datatype-oid.html, OID data type is not necessarily referring to large object, therefore it's totally OK, if there is no LargeObject mapped to the numerical value, e.g. 'table'::regclass.
Currently PostgreSQLOidDataType would fail with smth. like org.dbunit.dataset.DataSetException: org.postgresql.util.PSQLException: ERROR: large object 16548 does not exist


jeffjensen — 2021-10-30 15:05:41.456000
Thanks for the report. Please create a merge request with a proposed fix and a test that shows the problem so it stays fixed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions