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

Implement QuoteStrategy on SqlWalker walkRangeVariableDeclaration #688

Merged
merged 4 commits into from
Jun 12, 2013

Commits on Jun 6, 2013

  1. 1 Configuration menu
    Copy the full SHA
    77b905e View commit details
    Browse the repository at this point in the history
  2. Adding simple test to ensure quoting of table names still functions. …

    …Note: the funtionality of this change won't be noticiable unless a custom quote strategy is implemented
    John Brown committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    9bea612 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. updating sql walker to use quote strategy in joins

    John Brown committed Jun 7, 2013
    1 Configuration menu
    Copy the full SHA
    afb9c82 View commit details
    Browse the repository at this point in the history
  2. updating sql walker to use quote strategy in joins

    John Brown committed Jun 7, 2013
    Configuration menu
    Copy the full SHA
    4ef043f View commit details
    Browse the repository at this point in the history