Ticket #750 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.
