Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL validation macro #1

Merged
merged 23 commits into from
Sep 10, 2016
Merged

SQL validation macro #1

merged 23 commits into from
Sep 10, 2016

Commits on Sep 1, 2016

  1. Making SQL validation macro

    takezoe committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    07d1bac View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Select clause validation

    takezoe committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    2f6b4f3 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    takezoe committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    73ef11a View commit details
    Browse the repository at this point in the history
  3. Add column checking

    takezoe committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    3ac6739 View commit details
    Browse the repository at this point in the history
  4. Add TODO

    takezoe committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    f442646 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2016

  1. Add testcase

    takezoe committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    45b8b6c View commit details
    Browse the repository at this point in the history
  2. Fix error message

    takezoe committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    d617305 View commit details
    Browse the repository at this point in the history
  3. Fix model property

    takezoe committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    cd665ec View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Fixup

    takezoe committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    fe1455f View commit details
    Browse the repository at this point in the history
  2. Validate embedded sub query

    takezoe committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    43df05d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43dcba8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Support String interpolation

    takezoe committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    39ab336 View commit details
    Browse the repository at this point in the history
  2. Macro returns SqlTemplate

    takezoe committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    1ef5e12 View commit details
    Browse the repository at this point in the history
  3. Support stripMargin

    takezoe committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    7aa9cd9 View commit details
    Browse the repository at this point in the history
  4. Add schema definition

    takezoe committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    bdec951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a325e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Configuration menu
    Copy the full SHA
    3ed9fed View commit details
    Browse the repository at this point in the history
  2. Validation for delete SQL

    takezoe committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    9f6d544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    614282f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3027a73 View commit details
    Browse the repository at this point in the history
  5. Refactoring

    takezoe committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    0c9b243 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    takezoe committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    eb6065b View commit details
    Browse the repository at this point in the history
  7. Update README.md

    takezoe committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    2a024a7 View commit details
    Browse the repository at this point in the history