[#5547] Work around an ojdbc7 driver bug producing a NPE for Oracle 12c INSERT .. RETURNING statements

This commit is contained in:
lukaseder 2016-09-20 13:51:44 +02:00
parent 7f1196b961
commit 093e0de85a

View File

@ -177,6 +177,19 @@ final class CursorImpl<R extends Record> implements Cursor<R> {