Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
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: codeschool/sqlite-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: codeschool/sqlite-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.2
Choose a head ref
  • 14 commits
  • 17 files changed
  • 3 contributors

Commits on Dec 18, 2015

  1. Release v0.12.0

    nwronski committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    1f27448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e46284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3643973 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Fix parse error with INTERSECT compound operator.

    Thanks to @mstStudent for finding this bug.
    Closes #6
    nwronski committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    5edb732 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Fix typos
    lifeiscontent committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    96e356b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Merge pull request #8 from lifeiscontent/patch-1

    Update README.md
    nwronski committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    f49f740 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Configuration menu
    Copy the full SHA
    b581b72 View commit details
    Browse the repository at this point in the history
  2. Add test for previous bug report. Refs #6

    Adding a test for the issue caused when using the
    `INTERSECT` keyword to create a compound query.
    nwronski committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    149bc9d View commit details
    Browse the repository at this point in the history
  3. Fix for column aliases starting with keywords.

    This is a more general solution to solve the different issues
    that come from trying to use unquoted reserved words as
    part of table names, column names, and aliases.
    
    Closes #9
    nwronski committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    5f57b2d View commit details
    Browse the repository at this point in the history
  4. Release v0.12.1.

    nwronski committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    0d48351 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master'

    # Conflicts:
    #	demo/js/sqlite-parser-demo.js
    #	package.json
    
    # Conflicts:
    #	demo/js/sqlite-parser-demo.js
    #	dist/sqlite-parser-min.js
    #	dist/sqlite-parser.js
    #	lib/parser.js
    #	package.json
    nwronski committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    2aba9e5 View commit details
    Browse the repository at this point in the history
  6. Release v0.11.1.

    nwronski committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    407db5a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master'

    nwronski committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    d3ed55c View commit details
    Browse the repository at this point in the history
  8. Release v0.11.2.

    nwronski committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    8997fbc View commit details
    Browse the repository at this point in the history
Loading