Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae95ad7

Browse filesBrowse files
workaround for ignored fetchSize when connecting to 11.2.0.2 XE
see also utPLSQL/utPLSQL#955
1 parent 4c0a2aa commit ae95ad7
Copy full SHA for ae95ad7

File tree

1 file changed

+1
-3
lines changed
Filter options

1 file changed

+1
-3
lines changed

‎sqldev/src/main/java/org/utplsql/sqldev/dal/RealtimeReporterDao.xtend

Copy file name to clipboardExpand all lines: sqldev/src/main/java/org/utplsql/sqldev/dal/RealtimeReporterDao.xtend
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ class RealtimeReporterDao {
9191
l_reporter ut_realtime_reporter := ut_realtime_reporter();
9292
BEGIN
9393
l_reporter.set_reporter_id(?);
94-
OPEN ? FOR
95-
SELECT t.item_type, t.text
96-
FROM table(l_reporter.get_lines()) t;
94+
? := l_reporter.get_lines_cursor();
9795
END;
9896
'''
9997
jdbcTemplate.execute(plsql, new CallableStatementCallback<Void>() {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.