Menu

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

v2.7.*
pending
None
(not fixed)
5
2021-10-30
2021-01-11
No

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

Discussion

  • Jeff Jensen

    Jeff Jensen - 2021-10-30

    Thanks for the report. Please create a merge request with a proposed fix and a test that shows the problem so it stays fixed.

     
  • Jeff Jensen

    Jeff Jensen - 2021-10-30
    • status: open --> pending
    • assigned_to: Jeff Jensen
     

Log in to post a comment.