-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
None
-
hopper
-
generic, x86
-
generic, windows_2000
Many updatabe resultset Tests in the jdbc profiler crashes under heavy stress in jdbc-profiler. example updateDouble test, updateFloat Test etc..
This appears as follows
for (int i = 1; i < 100000; i++){
rs.moveToInsertRow();
rs.updateDouble(1,5e45);
rs.insertRow(); <--- crashes here
}
This appears as follows
for (int i = 1; i < 100000; i++){
rs.moveToInsertRow();
rs.updateDouble(1,5e45);
rs.insertRow(); <--- crashes here
}
- duplicates
-
JDK-4623847 can not save a timestamp in a datetime column in MS Access
-
- Closed
-