Skip to content

Commit

Permalink
Merge pull request #49 from rogenaro/patch-1
Browse files Browse the repository at this point in the history
Use spaces in output instead of tabs
  • Loading branch information
Julien Martin committed Apr 1, 2015
2 parents a607037 + 14e494f commit 9aa7a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sgbd/oracle.sqlexec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"before": [
"set colsep '|'",
"set pagesize 100",
"set linesize 500"
"set linesize 500",
"set tab off"
],
"args": "{options.username}/{options.password}@\"(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST={options.host})(PORT={options.port})))(CONNECT_DATA=(SERVICE_NAME={options.service})))\"",
"queries": {
Expand Down

0 comments on commit 9aa7a63

Please sign in to comment.