Comment 0 for bug 1419922

Revision history for this message
Aruna Sadashiva (aruna-sadashiva) wrote : default stmt.FetchSize is 1 for T2, its 100 for T4

      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.