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: silver-github/sql-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: forward/sql-parser
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.
  • 17 commits
  • 17 files changed
  • 6 contributors

Commits on Oct 30, 2014

  1. update dev dependencies

    andykent committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    cb04001 View commit details
    Browse the repository at this point in the history
  2. Fixed an issue where the parser would get confused between a wildcard…

    … * and multiplication *
    andykent committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    cb87533 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Allow aliasing of tables. Allow more subselect expressions like NOT I…

    …N, ANY, ALL, SOME, EXISTS. Allow COUNT(DISTINCT columns). Allow <=, >=, <>, !=.
    davidcrawford authored and numtel committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    dc2d061 View commit details
    Browse the repository at this point in the history
  2. Accept parameter tokens

    * @numtel Added grammar changes and test case
    bjornharrtell authored and numtel committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    4da6dca View commit details
    Browse the repository at this point in the history
  3. Added OFFSET to LIMIT clause and MSSQL OFFSET/FETCH

    * MySQL style LIMIT Number, Number also now supported
    numtel committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    f9e13ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request forward#8 from FocusSchoolSoftware/update

    Add OFFSET to LIMIT clause, updated active pull requests
    andykent committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    6900534 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b319f2 View commit details
    Browse the repository at this point in the history
  6. version bump

    andykent committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    053dfb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54d4b2d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

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

Commits on May 20, 2015

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

Commits on May 26, 2015

  1. Merge pull request forward#13 from mistic100/between

    Add support of BETWEEN operator
    andykent committed May 26, 2015
    Configuration menu
    Copy the full SHA
    3403bf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    8defef0 View commit details
    Browse the repository at this point in the history
  2. Test subselect field

    haskellcamargo committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    259b2e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be6ca60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4451fd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

  1. Merge pull request forward#18 from haskellcamargo/master

    Implemented function call without parameters and subselects as fields
    andykent committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    b3b867c View commit details
    Browse the repository at this point in the history
Loading