-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR9
-
None
Artemis creates file table with ID of type INT [1]. This may not be enough from long term POV.
Suggestion for improvement: Use BIGINT type.
[1]
createFileTableSQL = "CREATE TABLE " + tableName + "(ID INT AUTO_INCREMENT, FILENAME VARCHAR(255), EXTENSION VARCHAR(10), DATA BLOB, PRIMARY KEY(ID))";
Customer impact: In production It may happen that ID number exceeds the maximum of type INT what will lead to inability of Artemis to work properly.
- is incorporated by
-
JBEAP-8709 Upgrade Artemis to 1.5.3.jbossorg-001
- Closed
-
JBEAP-8853 Upgrade Artemis 1.5.3.jbossorg-002
- Closed