Files
gerrit/java
David Ostrovsky f0a3fba49a Fix: Invalid operation for forward only resultset : first
Use ResultSet#next() insteadof using ResultSet#first().

As mentioned in Javadoc for ResultSet#first():

This method is called on a closed result set or the result set type is
TYPE_FORWARD_ONLY exception SQLFeatureNotSupportedException if the JDBC
driver does not support this method.

Bug: Issue 10018
Change-Id: Ica6c72f2d489520ae367b608867f5b8c6a5ef276
2018-11-14 18:38:31 -08:00
..
2018-08-14 08:07:59 +02:00