Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oracle-developer/utilities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jonheller1/data_dump
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 24, 2016

  1. Added enclose and escape logic.

    - Enclose with double-quotes if the field has a CRLF, double-quote, or a delimiter.
    - Escape by adding a double-quote to any exiting double-quotes.
    jonheller1 authored Jun 24, 2016
    Configuration menu
    Copy the full SHA
    f678385 View commit details
    Browse the repository at this point in the history
  2. Added header row option.

    - Added header_row_in and logic to print the header row.
    - Changed the REPLACE(v_sql...) that removed double-quotes.  Double-quotes in column names work fine, I'm not sure why there were replaced.
    jonheller1 authored Jun 24, 2016
    Configuration menu
    Copy the full SHA
    db1185d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. Increase second FOPEN to 32767 characters.

    There are two FOPEN calls.  One for writing the SQL, and one for writing the rows.  Only one of them was set to 32767, so the rows of data were limited to the default 1024 characters.
    jonheller1 authored Jul 18, 2016
    Configuration menu
    Copy the full SHA
    effd98b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    9e256a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    9b9b1f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Remove unused V_EOLLEN.

    That line is unnecessary, and it causes an error if there's a column named "LENGTH".  That column will create a variable that interferes with the length function.
    jonheller1 authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    57da00e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Delete ccard.sql

    jonheller1 authored Sep 15, 2018
    Configuration menu
    Copy the full SHA
    63926de View commit details
    Browse the repository at this point in the history
  2. Delete counter.sql

    jonheller1 authored Sep 15, 2018
    Configuration menu
    Copy the full SHA
    22c65c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Delete csort.sql

    jonheller1 authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    b559670 View commit details
    Browse the repository at this point in the history
  2. Delete data_dump.sql

    jonheller1 authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    b304fb0 View commit details
    Browse the repository at this point in the history
  3. Delete is_number.sql

    jonheller1 authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    aaa5187 View commit details
    Browse the repository at this point in the history
  4. Delete merge_counter.sql

    jonheller1 authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    52f8a9a View commit details
    Browse the repository at this point in the history
  5. Revert "Delete data_dump.sql"

    This reverts commit b304fb0.
    jonheller1 committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    e433171 View commit details
    Browse the repository at this point in the history
  6. Delete put_line.sql

    jonheller1 authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    eb2170b View commit details
    Browse the repository at this point in the history
  7. Delete replacef.sql

    jonheller1 authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    db7c6dd View commit details
    Browse the repository at this point in the history
  8. Delete stk.sql

    jonheller1 authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    4c8552f View commit details
    Browse the repository at this point in the history
  9. Delete timer.sql

    jonheller1 authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    04d1e2a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Removed public synonym and grant.

    Most organizations won't want public synonyms and grants by default.
    jonheller1 authored May 10, 2019
    Configuration menu
    Copy the full SHA
    5a86eca View commit details
    Browse the repository at this point in the history
Loading