View Issue Details

IDProjectCategoryView StatusLast Update
0000021JBSQLEnhancement Requestpublic2013-10-09 20:05
Reporteruser8Assigned Tojorgen.bosman 
PrioritylowSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Platformx86OSWindowsOS Version7
Product Version1.2.0.0 
Target VersionFixed in Version1.3.0.0 
Summary0000021: SQL PLUS trimspool command
DescriptionIn JB/SQL the spool file contains trailing blanks to fill up until the linesize. SQLPlus provides the SET TRIMSPOOL ON command to remove trailing spaces from spooled output.
However this option does't work with JB/SQL.

It would be a neat feature :)
Steps To Reproduceset feedback off
set heading off
set trimspool on
set linesize 600
set pages 0
set echo off
set termout off
spool off
spool d:\test.csv
select sysdate,user from dual;
spool off
TagsNo tags attached.
Oracle Client Version11G
Oracle Server Version10.2.0.5

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-09-24 13:57 user8 New Issue
2012-09-24 13:57 user8 Status new => assigned
2012-09-24 13:57 user8 Assigned To => jorgen.bosman
2013-10-09 20:05 jorgen.bosman Status assigned => closed
2013-10-09 20:05 jorgen.bosman Resolution open => fixed
2013-10-09 20:05 jorgen.bosman Fixed in Version => 1.3.0.0