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: ilkin/OracleSQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bizoo/OracleSQL
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.
  • 14 commits
  • 5 files changed
  • 5 contributors

Commits on Aug 22, 2013

  1. Add returning keyword

    resolve issue bizoo#7
    bizoo committed Aug 22, 2013
    Configuration menu
    Copy the full SHA
    8a193a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2014

  1. Fixing bug with empty sqlfilter

    Occurs when there are no create/replace statements in the sql file being executed (oracle_lib.find_entities returns an empty dict).  The second parameter being sent to RunSQL.sql is empty and the USER_ERRORS select statement fails with an error, even though the sql file was executed successfully (which can be confusing to the user).  This fix simple sends an empty string as the second parameter in the case when no entities are returned by oracle_lib.
    jbjornson committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    a79eb7b View commit details
    Browse the repository at this point in the history
  2. Support file paths with spaces

    Adds support for the directory the script is saved in to contain spaces.  SQLPLUS has issues with spaces in filenames so we need to set the working directory to the one the script is in and then send SQLPLUS the script without the path.
    jbjornson committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    92c1025 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2014

  1. Update PL_SQL (Oracle).tmLanguage

    added new fileTypes pks, pkb, fnc, prc, pck
    ilkin committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    56fa23f View commit details
    Browse the repository at this point in the history
  2. corrected typo in readme.rst

    tfcross committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    a66e616 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. Merge pull request bizoo#10 from jbjornson/patch-1

    oracle_exec.py - bug with empty sqlfilter
    bizoo committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    7b3886f View commit details
    Browse the repository at this point in the history
  2. Merge pull request bizoo#11 from ilkin/patch-2

    Update PL_SQL (Oracle).tmLanguage added new fileTypes
    bizoo committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    b502768 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Update PL_SQL (Oracle).tmLanguage

    added |merge|using|on|matched
    ilkin committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    981d1d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Merge pull request bizoo#13 from ilkin/patch-3

    added sql keywords |merge|using|on|matched
    bizoo committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    81db78b View commit details
    Browse the repository at this point in the history
  2. Update PL_SQL (Oracle).tmLanguage

    Add join keyword
    bizoo committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    8853bdb View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2014

  1. Merge pull request bizoo#14 from ninesided/master

    corrected typo in readme.rst
    bizoo committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    745637d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Schema names are now retained so that you can connect to a database a…

    …s one user and compile packages for a different user. Errors are reported correctly.
    Mike Leonard committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    869561c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6383a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. Merge pull request bizoo#16 from mleonard87/better-schema-prefix-support

    Better schema prefix support
    bizoo committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    2a431b0 View commit details
    Browse the repository at this point in the history
Loading