Skip to content

Commit 2ffa921

Browse files
fixes #2 - set serveroutput on size UNLIMITED
1 parent 1138c34 commit 2ffa921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldev/src/main/java/org/utplsql/sqldev/UtplsqlWorksheet.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class UtplsqlWorksheet {
5252
«IF preferences.resetPackage»
5353
EXECUTE dbms_session.reset_package;
5454
«ENDIF»
55-
SET SERVEROUTPUT ON SIZE 1000000
55+
SET SERVEROUTPUT ON SIZE UNLIMITED
5656
«IF preferences.clearScreen»
5757
CLEAR SCREEN
5858
«ENDIF»

0 commit comments

Comments
 (0)