cuba icon indicating copy to clipboard operation
cuba copied to clipboard

MysqlDbTypeConverter and OracleDbTypeConverter must support UUID type in getJavaObject method

Open knstvk opened this issue 5 years ago • 1 comments

Environment

  • Platform version: 7.2.8

Description of the bug or enhancement

See forum topic.

knstvk avatar Sep 18 '20 08:09 knstvk

DbTypeConverter#getJavaObject uses ResultSet as an argument and doesn't know anything about result java type. So it returns java type corresponding to DB type.

andreysubbotin avatar Oct 07 '20 07:10 andreysubbotin