Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8-INCUBATING
-
None
-
None
Description
When loading an initial_data.sql file in Oracle the o.a.r.jdbc.util.DataSourcePopulator fails with an "Invalid operation for forward only resultset : first". This is because the Statement is producing a non-scrollable ResultSet.
Fix: Create the Statement with a ResultSet.TYPE_SCROLL_INSENSITIVE flag.