Skip to content

Draft: fixes BUG-54768: error reading functions if oid excedes max int value

Asier Lostalé requested to merge openbravo/devel/openbravo:fix/54768-oid into master

When oid excedes the maximum value for int in Java, an error is thrown reading functions from pg catalog.

Changed to read them as long instead of integer.

Merge request reports