
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Java 6u4, Windows Vista, MySql 5.0.45
|
|
|
The JDBC type for long parameters is Types.INTEGER in JdbcJobInstanceDao.insertParameter. This makes the values become truncated to int before they are inserted into the table. The type should probably be Types.BIGINT.
|
|
Description
|
The JDBC type for long parameters is Types.INTEGER in JdbcJobInstanceDao.insertParameter. This makes the values become truncated to int before they are inserted into the table. The type should probably be Types.BIGINT. |
Show » |
|