[#6363] Stop using deprecated API

This commit is contained in:
lukaseder 2017-07-28 12:20:04 +02:00
parent c0ca2539b7
commit 00798dbfb7

View File

@ -810,7 +810,7 @@ abstract class AbstractResultQuery<R extends Record> extends AbstractQuery imple
Cursor<R> c = fetchLazy();
try {
return c.fetchOne();
return c.fetchNext();
}
finally {
c.close();