Ticket #750 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 months ago

Make sure that values in a JdbcDataSet adheres to the ColumnTypes of columns

Reported by: kasper Owned by: kasper
Priority: medium Milestone: MetaModel 2.2.1
Component: MetaModel Keywords:
Cc:
Influenced classes:

Description

We're using the JDBC ResultSet?.getObject(...) method to retrieve values from the resultsets provided by the database. But if a database has multiple ways of representing eg. a BLOB (byte[] or Blob) or a TIMESTAMP (Date or Integer) this is not completely certain to yield the same result in different databases. Therefore we should use the get...(...) methods based on those types that are ambigiuous.

Change History

comment:1 Changed 4 months ago by kasper

  • Status changed from new to assigned
  • Owner set to kasper

comment:2 Changed 4 months ago by kasper

Begun implementing this as of rev. [3047].

comment:3 Changed 4 months ago by kasper

  • Status changed from assigned to closed
  • Resolution set to fixed

comment:4 Changed 4 months ago by kasper

  • Milestone changed from MetaModel X.0 to MetaModel 2.2.1

Releasing with version 2.2.1

Note: See TracTickets for help on using tickets.