Activity log for bug #1419922

Date Who What changed Old value New value Message
2015-02-09 18:04:52 Aruna Sadashiva bug added bug
2015-02-09 18:06:07 Aruna Sadashiva description stmt = conn.createStatement(); System.out.println("stmt fetchsize is " + stmt.getFetchSize()); FetchSize property of Statement has default value of 100 for T4 driver, but 1 for T2 driver. Should be 100 for T2 too. stmt = conn.createStatement(); System.out.println("stmt fetchsize is " + stmt.getFetchSize()); FetchSize property of Statement has default value of 100 for T4 driver, but 1 for T2 driver. Should be 100 for T2 too.
2015-02-09 18:06:52 Aruna Sadashiva summary default stmt.FetchSize is 1 for T2, its 100 for T4 default stmt.FetchSize is 1 for T2, should be same as T4 which is 100
2015-02-10 01:55:34 Jian Jin trafodion: assignee Kevin Xu (kai-hua-xu)
2015-03-10 08:21:08 Kevin Xu trafodion: status New In Progress
2015-03-13 01:39:29 Kevin Xu trafodion: status In Progress Fix Committed